{ "type": "overpass", "name": { "ast": "Turismu", "cs": "Turistika", "de": "Tourismus", "el": "Τουρισμός", "en": "Tourism", "et": "Turism", "fr": "Tourisme", "hu": "Szálláshelyek, turisztikai információk", "it": "Turismo", "ja": "観光", "nl": "Toerisme", "pl": "Turystyka", "pt": "Turismo", "pt-br": "Serviços turísticos", "ro": "Turism", "ru": "Туризм", "uk": "Туризм" }, "query": { "13": [ "(", "nwr[tourism~\"^(alpine_hut|apartment|camp_site|caravan_site|chalet|guest_house|hostel|hotel|motel|wilderness_hut|trail_riding_station)$\"];", "nwr[office~\"^(guide|tourism|tourist_accommodation|camping)$\"];", "nwr[tourism=information][information~\"^(office)$\"];", ")" ], "16": [ "(", "nwr[tourism~\"^(alpine_hut|apartment|camp_site|caravan_site|chalet|guest_house|hostel|hotel|information|motel|wilderness_hut|trail_riding_station)$\"];", "nwr[office~\"^(guide|tourism|tourist_accommodation|camping)$\"];", ")" ] }, "feature": { "pre": [ "{% if tags.tourism %}", " {% set key = 'tourism' %}", " {% set value = tags.tourism %}", "{% else %}", " {% set key = 'office' %}", " {% set value = tags.office %}", "{% endif %}" ], "description": [ "{% if key == 'office' %}", " {{ keyTrans('office') }} ({{ tagTrans('office', tags.office) }})", "{% else %}", " {{ tagTrans(key, value) }}", "{% endif %}", "", "{% if tags.tourism == 'information' and tags.information %}", "- {{ tagTransList('information', tags.information) }}", "{% endif %}" ], "markerSign": [ "{% set data = const[key ~ '=' ~ value] %}", "{% if data %}", "{{ data.sign|raw }}", "{% endif %}" ] }, "info": [ "
{{ markerCircle({})|raw }} {{ data.sign|raw }} | ",
" ", " {% if kv|split('=')[0] == 'office' %}", " {{ keyTrans('office') }}", " ({{ tagTrans('office', kv|split('=')[1]) }})", " {% else %}", " {{ tagTrans(kv|split('=')[0], kv|split('=')[1]) }}", " {% endif %}", " | ", "