Browse Source

Split tourism into tourism_services and toursim_attractions

fossil
parent
commit
0a9958e711
  1. 3
      culture_religion.json
  2. 2
      index.json
  3. 39
      tourism_attractions.json
  4. 13
      tourism_services.json

3
culture_religion.json

@ -28,6 +28,9 @@
},
{
"id": "religion"
},
{
"id": "tourism_attractions"
}
]
}

2
index.json

@ -83,7 +83,7 @@
"id": "public"
},
{
"id": "tourism"
"id": "tourism_services"
}
]
},

39
tourism_attractions.json

@ -0,0 +1,39 @@
{
"type": "overpass",
"name": {
"ast": "Turismu",
"cs": "Turistika",
"de": "Tourismus",
"el": "Τουρισμός",
"en": "Tourism",
"et": "Turism",
"fr": "Tourisme",
"hu": "Túrizmus",
"it": "Turismo",
"ja": "観光",
"nl": "Toerisme",
"pl": "Turystyka",
"ro": "Turism",
"ru": "Туризм",
"uk": "Туризм"
},
"query": {
"13": "(\nnode[tourism][tourism!~\"^(alpine_hut|apartment|camp_site|caravan_site|chalet|guest_house|hostel|hotel|information|motel|wilderness_hut)$\"];\nway[tourism][tourism!~\"^(alpine_hut|apartment|camp_site|caravan_site|chalet|guest_house|hostel|hotel|information|motel|wilderness_hut)$\"];\nrelation[tourism][tourism!~\"^(alpine_hut|apartment|camp_site|caravan_site|chalet|guest_house|hostel|hotel|information|motel|wilderness_hut)$\"]\n)"
},
"feature": {
"description": "{{ tagTrans('tourism', tags.tourism) }}",
"body": "{{ tagTrans('tourism', tags.tourism) }}",
"markerSign": "{{ const[tags.tourism] }}"
},
"const": {
"aquarium": "🐟",
"artwork": "🛌",
"attraction": "",
"gallery": "🖼",
"museum": "",
"picnic_site": "",
"theme_park": "",
"viewpoint": "",
"zoo": "🦁"
}
}

13
tourism.json → tourism_services.json

@ -18,7 +18,7 @@
"uk": "Туризм"
},
"query": {
"13": "(\nnode[tourism];\nway[tourism];\nrelation[tourism]\n)"
"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)"
},
"feature": {
"description": "{{ tagTrans('tourism', tags.tourism) }}",
@ -28,23 +28,14 @@
"const": {
"alpine_hut": "🛌",
"apartment": "🛌",
"aquarium": "🐟",
"artwork": "🛌",
"attraction": "",
"camp_site": "⛺",
"caravan_site": "⛺",
"chalet": "🛌",
"gallery": "🖼",
"guest_house": "🛌",
"hostel": "🛌",
"hotel": "🛌",
"information": "",
"motel": "🛌",
"museum": "",
"picnic_site": "",
"theme_park": "",
"viewpoint": "",
"wilderness_hut": "",
"zoo": "🦁"
"wilderness_hut": ""
}
}
Loading…
Cancel
Save