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.

46 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~\"^(alpine_hut|apartment|camp_site|caravan_site|chalet|guest_house|hostel|hotel|information|motel|wilderness_hut)$\"];",
  24. "way[tourism~\"^(alpine_hut|apartment|camp_site|caravan_site|chalet|guest_house|hostel|hotel|information|motel|wilderness_hut)$\"];",
  25. "relation[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. "alpine_hut": "🛌",
  35. "apartment": "🛌",
  36. "camp_site": "⛺",
  37. "caravan_site": "⛺",
  38. "chalet": "🛌",
  39. "guest_house": "🛌",
  40. "hostel": "🛌",
  41. "hotel": "🛌",
  42. "information": "ℹ️",
  43. "motel": "🛌",
  44. "wilderness_hut": ""
  45. }
  46. }