{ "type": "overpass", "name": { "de": "Denkmäler", "en": "Memorials", "fr": "Mémoriaux", "hu": "Emlékművek", "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 memtype = 'yes' %}", "{% if tags.historic == 'monument' and tags.monument == 'war_monument' %}", " {% set memtype = 'war_memorial' %}", "{% elseif tags.memorial %}", " {% set memtype = tags.memorial %}", "{% elseif attribute(tags, 'memorial:type') %}", " {% set memtype = attribute(tags, 'memorial:type') %}", "{% elseif attribute(tags, 'monument') %}", " {% set memtype = attribute(tags, 'monument') %}", "{% endif %}" ], "description": [ "{% if tags.historic == 'monument' and tags.monument == 'war_monument' %}", " {{ tagTrans('historic', 'monument monument=war_monument') }}", "{% elseif memtype == 'yes' %}", " {{ tagTrans('historic', tags.historic) }}", "{% else %}", " {{ tagTrans('historic', 'memorial memorial=' ~ memtype) }}", "{% endif %}", "", "{% if tags.historic == 'monument' %}", " ({{ tagTrans('historic', 'monument') }})", "{% endif %}" ], "priority": [ "{% if tags.historic == 'monument' %}0[% else %}1{% endif %}" ], "body": [ "" ], "markerSign": "{% if memtype == 'yes' %}{% else %}{{ const[memtype].sign|raw }}{% endif %}" }, "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') }}
" ], "const1": { "yes": { "sign": "", "zoom": 11 }, "memorial": { "sign": "", "zoom": 14 } }, "const": { "plaque": { "sign": "", "zoom": 14 }, "blue_plaque": { "sign": "", "zoom": 14 }, "statue": { "sign": "", "zoom": 14 }, "war_memorial": { "sign": "", "zoom": 14 } }, "filter": { "type": { "name": "{{ trans('filter:type') }}", "show_default": "true", "type": "select", "values": "{% for k, v in const %}{% endfor %}" }, "conflict": { "key": "memorial:conflict", "op": "has", "name": "{{ keyTrans('memorial:conflict') }}", "type": "select", "values": [ "WW1", "WW2" ], "valueName": "{{ tagTrans('memorial:conflict', value) }}" }, "civilization": { "key": "historic:civilization", "op": "has", "name": "{{ keyTrans('historic:civilization') }}", "type": "select", "values": [ "ancient_egyptian", "ancient_greek", "ancient_roman", "byzantine", "celtic", "etruscan", "imperial_chinese", "korean", "medieval", "modern", "neolithic", "nuragic", "ottoman", "prehistoric", "roman", "western_roman" ], "valueName": "{{ tagTrans('historic:civilization', value) }}" } } }