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.

41 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": "(\nnode[tourism~\"^(alpine_hut|apartment|camp_site|caravan_site|chalet|guest_house|hostel|hotel|information|motel|wilderness_hut)$\"];\nway[tourism~\"^(alpine_hut|apartment|camp_site|caravan_site|chalet|guest_house|hostel|hotel|information|motel|wilderness_hut)$\"];\nrelation[tourism~\"^(alpine_hut|apartment|camp_site|caravan_site|chalet|guest_house|hostel|hotel|information|motel|wilderness_hut)$\"]\n)"
  22. },
  23. "feature": {
  24. "description": "{{ tagTrans('tourism', tags.tourism) }}",
  25. "body": "{{ tagTrans('tourism', tags.tourism) }}",
  26. "markerSign": "{{ const[tags.tourism] }}"
  27. },
  28. "const": {
  29. "alpine_hut": "🛌",
  30. "apartment": "🛌",
  31. "camp_site": "⛺",
  32. "caravan_site": "⛺",
  33. "chalet": "🛌",
  34. "guest_house": "🛌",
  35. "hostel": "🛌",
  36. "hotel": "🛌",
  37. "information": "",
  38. "motel": "🛌",
  39. "wilderness_hut": ""
  40. }
  41. }