{ "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": [ "
{{ markerCircle({})|raw }} {{ data.sign|raw }} | ",
" {{ tagTrans('historic', value) }} | ", "
{{ markerCircle({})|raw }} | ", "{{ trans('other') }} | ", "