{ "type": "overpass", "name": { "ast": "Gastronomía", "cs": "Stravování", "de": "Gastronomie", "el": "Γαστρονομία", "en": "Gastronomy", "fr": "Gastronomie", "hu": "Gasztronómia", "it": "Gastronomia", "ja": "食べ物", "nl": "Gastronomie", "pl": "Gastronomia", "ro": "Gastronomie", "ru": "Общепит", "uk": "Гастрономія" }, "query": { "15": "(node[amenity~'^(bar|biergarten|cafe|fast_food|ice_cream|pub|restaurant)$'];way[amenity~'^(bar|biergarten|cafe|fast_food|ice_cream|pub|restaurant)$'];relation[amenity~'^(bar|biergarten|cafe|fast_food|ice_cream|pub|restaurant)$'];);" }, "feature": { "description": "{{ tagTrans('amenity', tags.amenity) }}", "body": [ "" ], "markerSign": "{{ const[tags.amenity]|raw }}" }, "info": [ "", "{% for value, sign in const %}", " ", " ", " ", " ", "{% endfor %}", "
{{ markerCircle({})|raw }}
{{ sign|raw }}
{{ tagTrans('amenity', value) }}
" ], "const": { "bar": "🍸", "biergarten": "🍻", "cafe": "☕", "fast_food": "🍔", "ice_cream": "🍨", "pub": "🍺", "restaurant": "🍴" } }