Browse Source

Historic: map key, translate 'other'

fossil
parent
commit
1e6e41c6b8
  1. 12
      historic.json

12
historic.json

@ -47,6 +47,12 @@
" </tr>", " </tr>",
"{% endif %}", "{% endif %}",
"{% endfor %}", "{% endfor %}",
"{% if 14 <= map.zoom %}",
" <tr>",
" <td>{{ markerCircle({})|raw }}<div class='sign'></div></td>",
" <td>{{ trans('other') }}</td>",
" </tr>",
"{% endif %}",
"</table>" "</table>"
], ],
"const": { "const": {
@ -73,10 +79,6 @@
"monument": { "monument": {
"sign": "<img src='maki:monument?size=15'>", "sign": "<img src='maki:monument?size=15'>",
"zoom": 11 "zoom": 11
},
"other": {
"sign": "",
"zoom": 14
} }
} }
}
}
Loading…
Cancel
Save