{ "type": "overpass", "name": { "ast": "Gastronomía", "cs": "Stravování", "de": "Gastronomie", "el": "Γαστρονομία", "en": "Gastronomy", "fr": "Restauration", "hu": "Gasztronómia", "it": "Gastronomia", "ja": "食べ物", "nl": "Gastronomie", "pl": "Gastronomia", "pt": "Restauração", "pt-br": "Gastronomia", "ro": "Gastronomie", "ru": "Общепит", "uk": "Гастрономія" }, "query": { "16": "(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": "{% if tags.amenity=='bar' %}🍸{% elseif tags.amenity=='biergarten'%}🍻{% elseif tags.amenity=='cafe' %}☕{% elseif tags.amenity=='fast_food' %}🍔{% elseif tags.amenity=='ice_cream' %}🍨{% elseif tags.amenity=='pub' %}🍺{% else %}🍴{% endif %}" }, "filter": { "amenity": { "name": "tag:amenity", "type": "select", "values": "auto", "op": "=" }, "cuisine": { "name": "tag:cuisine", "type": "select", "values": [ "kebab", "pizza", "sausage", "asian", "chinese" ], "op": "has" } } }