Main categories of OpenStreetBrowser
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

26 lines
1.3 KiB

  1. {
  2. "name": {
  3. "ast": "Gastronomía",
  4. "cs": "Stravování",
  5. "de": "Gastronomie",
  6. "el": "Γαστρονομία",
  7. "en": "Gastronomy",
  8. "fr": "Gastronomie",
  9. "hu": "Gasztronómia",
  10. "it": "Gastronomia",
  11. "ja": "食べ物",
  12. "nl": "Gastronomie",
  13. "pl": "Gastronomia",
  14. "ro": "Gastronomie",
  15. "ru": "Общепит",
  16. "uk": "Гастрономія"
  17. },
  18. "type": "overpass",
  19. "query": "(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)$'];);",
  20. "minZoom": 16,
  21. "feature": {
  22. "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 %}",
  23. "body": "{{ tagTrans('amenity', tags.amenity) }}<br/>{{ keyTrans('cuisine') }}: {{ tagTransList('cuisine', tags.cuisine)|default(trans('unknown')) }}",
  24. "description": "{{ tagTrans('amenity', tags.amenity) }}"
  25. }
  26. }