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.

44 lines
1.4 KiB

  1. {
  2. "type": "overpass",
  3. "name": {
  4. "ast": "Turismu",
  5. "cs": "Turistika",
  6. "de": "Tourismus",
  7. "el": "Τουρισμός",
  8. "en": "Tourism",
  9. "et": "Turism",
  10. "fr": "Tourisme",
  11. "hu": "Túrizmus",
  12. "it": "Turismo",
  13. "ja": "観光",
  14. "nl": "Toerisme",
  15. "pl": "Turystyka",
  16. "ro": "Turism",
  17. "ru": "Туризм",
  18. "uk": "Туризм"
  19. },
  20. "query": {
  21. "13": [
  22. "(",
  23. "node[tourism][tourism!~\"^(alpine_hut|apartment|camp_site|caravan_site|chalet|guest_house|hostel|hotel|information|motel|wilderness_hut)$\"];",
  24. "way[tourism][tourism!~\"^(alpine_hut|apartment|camp_site|caravan_site|chalet|guest_house|hostel|hotel|information|motel|wilderness_hut)$\"];",
  25. "relation[tourism][tourism!~\"^(alpine_hut|apartment|camp_site|caravan_site|chalet|guest_house|hostel|hotel|information|motel|wilderness_hut)$\"]",
  26. ")"
  27. ]
  28. },
  29. "feature": {
  30. "description": "{{ tagTrans('tourism', tags.tourism) }}",
  31. "markerSign": "{{ const[tags.tourism] }}"
  32. },
  33. "const": {
  34. "aquarium": "🐟",
  35. "artwork": "🎨 ",
  36. "attraction": "",
  37. "gallery": "🖼",
  38. "museum": "",
  39. "picnic_site": "",
  40. "theme_park": "",
  41. "viewpoint": "",
  42. "zoo": "🦁"
  43. }
  44. }