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.

59 lines
2.0 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. "pt-br": "Turismo",
  17. "ro": "Turism",
  18. "ru": "Туризм",
  19. "uk": "Туризм"
  20. },
  21. "query": {
  22. "13": [
  23. "(",
  24. "node[tourism][tourism!~\"^(alpine_hut|apartment|camp_site|caravan_site|chalet|guest_house|hostel|hotel|information|motel|wilderness_hut)$\"];",
  25. "way[tourism][tourism!~\"^(alpine_hut|apartment|camp_site|caravan_site|chalet|guest_house|hostel|hotel|information|motel|wilderness_hut)$\"];",
  26. "relation[tourism][tourism!~\"^(alpine_hut|apartment|camp_site|caravan_site|chalet|guest_house|hostel|hotel|information|motel|wilderness_hut)$\"]",
  27. ")"
  28. ]
  29. },
  30. "feature": {
  31. "description": "{{ tagTrans('tourism', tags.tourism) }}",
  32. "markerSign": "{{ const[tags.tourism]|raw }}"
  33. },
  34. "info": [
  35. "<table>",
  36. "{% for value, sign in const %}",
  37. " <tr>",
  38. " <td>{{ markerCircle({})|raw }}<div class='sign'>{{ sign|raw }}</div></td>",
  39. " <td>{{ tagTrans('tourism', value) }}</td>",
  40. " </tr>",
  41. "{% endfor %}",
  42. " <tr>",
  43. " <td>{{ markerCircle({})|raw }}<div class='sign'></div></td>",
  44. " <td>{{ trans('other') }}</td>",
  45. " </tr>",
  46. "</table>"
  47. ],
  48. "const": {
  49. "aquarium": "🐟",
  50. "artwork": "🎨 ",
  51. "attraction": "<img src='maki:attraction'>",
  52. "gallery": "🖼",
  53. "museum": "<img src='maki:museum'>",
  54. "picnic_site": "<img src='maki:picnic-site'>",
  55. "theme_park": "<img src='maki:amusement-park'>",
  56. "viewpoint": "<i class='fa fa-eye' aria-hidden='true'></i>",
  57. "zoo": "🦁"
  58. }
  59. }