{ "type": "overpass", "name": { "ast": "Cultura", "ca": "Cultura", "cs": "Kultura", "de": "Kultur", "el": "Πολιτισμός", "en": "Culture", "es": "Cultura", "et": "Kultuur", "fr": "Culture", "hu": "Kultúra", "it": "Cultura", "ja": "文化", "nl": "Cultuur", "pl": "Kultura", "pt": "Cultura", "pt-br": "Cultura", "ro": "Cultura", "ru": "Культура", "uk": "Культура " }, "query": { "13": [ "(", "node[amenity~\"^(arts_centre|cinema|community_centre|fountain|studio|theatre)$\"];", "way[amenity~\"^(arts_centre|cinema|community_centre|fountain|studio|theatre)$\"];", "relation[amenity~\"^(arts_centre|cinema|community_centre|fountain|studio|theatre)$\"];", "node[tourism~\"^(artwork|gallery|museum|theme_park)$\"];", "way[tourism~\"^(artwork|gallery|museum|theme_park)$\"];", "relation[tourism~\"^(artwork|gallery|museum|theme_park)$\"];", "nwr[shop~\"^(art)$\"];", ")" ] }, "feature": { "pre": [ "{% if tags.amenity in [ 'arts_centre', 'cinema', 'community_centre', 'fountain', 'studio', 'theatre' ] %}", "{% set key = 'amenity' %}", "{% set value = tags.amenity %}", "{% elseif tags.tourism %}", "{% set key = 'tourism' %}", "{% set value = tags.tourism %}", "{% elseif tags.shop %}", "{% set key = 'shop' %}", "{% set value = tags.shop %}", "{% endif %}" ], "description": [ "{% if key == 'shop' %}", " {{ keyTrans(key) }} ({{ tagTrans(key, value) }})", "{% else %}", " {{ tagTrans(key, value) }}", "{% endif %}", "", "{% if tags.tourism == 'museum' and tags.museum %}", "({{ tagTrans('museum', tags.museum) }})", "{% endif %}", "{% if tags.amenity == 'theatre' and attribute(tags, 'theatre:genre') %}", "({{ tagTrans('theatre:genre', attribute(tags, 'theatre:genre')) }})", "{% endif %}", "{% if tags.amenity == 'community_centre' and tags.community_centre %}", "({{ tagTrans('community_centre', tags.community_centre) }})", "{% endif %}" ], "body": [ "" ], "markerSign": "{{ attribute(const, key ~ '=' ~ value)|raw }}" }, "const": { "amenity=arts_centre": "🎨", "amenity=cinema": "🎦", "amenity=community_centre": "", "amenity=fountain": "⛲", "amenity=studio": "", "amenity=theatre": "🎭", "tourism=artwork": "🎨 ", "tourism=gallery": "🖼", "tourism=museum": "🏛 ", "tourism=theme_park": "", "shop=art": "" }, "info": [ "", "{% for value, sign in const %}", " ", " ", " ", " ", "{% endfor %}", "
{{ markerCircle({})|raw }}
{{ sign|raw }}
{{ tagTrans(value|split('=')[0], value|split('=')[1]) }}
" ], "filter": { "type": { "name": "{{ trans('filter:type') }}", "show_default": "true", "query": "nwr[{{ value }}]", "type": "select", "values": "{% for k, v in const %}{% endfor %}", "valueName": "{{ trans('tag:' ~ value) }}" } } }