forked from OpenStreetBrowser/main
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.
40 lines
1.3 KiB
40 lines
1.3 KiB
{
|
|
"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~\"^(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) }}",
|
|
"markerSign": "{{ const[tags.tourism] }}"
|
|
},
|
|
"const": {
|
|
"alpine_hut": "🛌",
|
|
"apartment": "🛌",
|
|
"camp_site": "⛺",
|
|
"caravan_site": "⛺",
|
|
"chalet": "🛌",
|
|
"guest_house": "🛌",
|
|
"hostel": "🛌",
|
|
"hotel": "🛌",
|
|
"information": "ℹ️",
|
|
"motel": "🛌",
|
|
"wilderness_hut": ""
|
|
}
|
|
}
|