Browse Source

historic: use different translation/icon for "historic=memorial memorial=plaque"

maxspeed
parent
commit
937d96a177
  1. 14
      historic.json

14
historic.json

@ -36,8 +36,14 @@
] ]
}, },
"feature": { "feature": {
"description": "{{ tagTransList('historic', tags.historic) }}",
"markerSign": "{{ const[tags.historic].sign|raw }}"
"pre": [
"{% set value = tags.historic %}",
"{% if const[tags.historic ~ ' memorial=' ~ tags.memorial] %}",
" {% set value = tags.historic ~ ' memorial=' ~ tags.memorial %}",
"{% endif %}"
],
"description": "{{ tagTransList('historic', value) }}",
"markerSign": "{{ const[value].sign|raw }}"
}, },
"info": [ "info": [
"<table>", "<table>",
@ -78,6 +84,10 @@
"sign": "<span style='position: relative; top: -2px;'><img src='maki:monument?size=11'></span>", "sign": "<span style='position: relative; top: -2px;'><img src='maki:monument?size=11'></span>",
"zoom": 14 "zoom": 14
}, },
"memorial memorial=plaque": {
"sign": "",
"zoom": 14
},
"monument": { "monument": {
"sign": "<img src='maki:monument?size=15'>", "sign": "<img src='maki:monument?size=15'>",
"zoom": 11 "zoom": 11

Loading…
Cancel
Save