{ "type": "overpass", "name": { "ast": "Hestoria", "cs": "Historické", "de": "Geschichte", "el": "Ιστορικά", "en": "Historic", "et": "Ajalooline", "fr": "Histoire", "hu": "Történelmi objektumok", "it": "Storia", "ja": "記念", "nl": "Historisch", "pl": "Miejsca Historyczne", "pt": "Histórico", "pt-br": "Histórico", "ro": "Istoric", "ru": "Историческое", "uk": "Історія" }, "query": { "11": [ "(", "node[historic~\"^(castle|archaeological_site|battlefield)$\"];", "way[historic~\"^(castle|archaeological_site|battlefield)$\"];", "relation[historic~\"^(castle|archaeological_site|battlefield)$\"];", ")" ], "14": [ "(", "node[historic][historic!~\"^(memorial|monument|wayside_cross|wayside_shrine|wayside_chapel)$\"];", "way[historic][historic!~\"^(memorial|monument|wayside_cross|wayside_shrine|wayside_chapel)$\"];", "relation[historic][historic!~\"^(memorial|monument|wayside_cross|wayside_shrine|wayside_chapel)$\"];", "node[memorial~\"^(flood_mark|high_water_mark)$\"];", "node[\"memorial:type\"~\"^(flood_mark|high_water_mark)$\"];", "node[flood_mark];", ")" ] }, "feature": { "description": [ "{% set historic = tags.historic %}", "{% if attribute(tags, 'memorial') == 'high_water_mark' or attribute(tags, 'memorial:type') == 'high_water_mark' or attribute(tags, 'memorial') == 'flood_mark' or attribute(tags, 'memorial:type') == 'flood_mark' or tags.historic == 'highwater_mark' or (tags.historic != 'flood_mark' and tags.flood_mark) %}", "{{ tagTrans('historic', 'flood_mark') }}", "{{ debug(id ~ ': Deprecated tagging. Please use historic=flood_mark.') }}", "{% set historic = 'flood_mark' %}", "{% else %}", "{{ tagTransList('historic', tags.historic) }}", "{% endif %}", "", "{% if tags.flood_mark and tags.flood_mark != 'yes' %}({{ tagTrans('flood_mark', tags.flood_mark) }}){% endif %}" ], "body": [ "