{ "type": "overpass", "name": { "de": "Denkmäler", "en": "Memorials", "pt-br": "Memoriais" }, "query": { "11": [ "(", "node[historic~\"^(monument)$\"];", "way[historic~\"^(monument)$\"];", "relation[historic~\"^(monument)$\"];", ")" ], "14": [ "(", "node[historic~\"^(memorial|monument)$\"];", "way[historic~\"^(memorial|monument)$\"];", "relation[historic~\"^(memorial|monument)$\"];", ")" ] }, "feature": { "pre": [ "{% set value = tags.historic %}", "{% if tags.historic == 'memorial' and tags.memorial %}", " {% set value = tags.historic ~ ' memorial=' ~ tags.memorial %}", "{% elseif tags.historic == 'memorial' and attribute(tags, 'memorial:type') %}", " {% set value = tags.historic ~ ' memorial=' ~ attribute(tags, 'memorial:type') %}", "{% endif %}" ], "description": "{{ tagTransList('historic', value) }}", "markerSign": "{{ const[value].sign|raw }}" }, "info": [ "", "{% for value, data in const %}", "{% if data.zoom <= map.zoom %}", " ", " ", " ", " ", "{% endif %}", "{% endfor %}", "{% if 14 <= map.zoom %}", " ", " ", " ", " ", "{% endif %}", "
{{ markerCircle({})|raw }}
{{ data.sign|raw }}
{{ tagTrans('historic', value) }}
{{ markerCircle({})|raw }}
{{ trans('other') }}
" ], "const": { "memorial": { "sign": "", "zoom": 14 }, "memorial memorial=plaque": { "sign": "", "zoom": 14 }, "monument": { "sign": "", "zoom": 11 } } }