Browse Source

Historic: map key, translate 'other'

fossil
parent
commit
1e6e41c6b8
  1. 10
      historic.json

10
historic.json

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