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.
55 lines
1.8 KiB
55 lines
1.8 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": [
|
|
"(",
|
|
"node[tourism][tourism!~\"^(alpine_hut|apartment|camp_site|caravan_site|chalet|guest_house|hostel|hotel|information|motel|wilderness_hut)$\"];",
|
|
"way[tourism][tourism!~\"^(alpine_hut|apartment|camp_site|caravan_site|chalet|guest_house|hostel|hotel|information|motel|wilderness_hut)$\"];",
|
|
"relation[tourism][tourism!~\"^(alpine_hut|apartment|camp_site|caravan_site|chalet|guest_house|hostel|hotel|information|motel|wilderness_hut)$\"]",
|
|
")"
|
|
]
|
|
},
|
|
"feature": {
|
|
"description": "{{ tagTrans('tourism', tags.tourism) }}",
|
|
"markerSign": "{{ const[tags.tourism]|raw }}"
|
|
},
|
|
"info": [
|
|
"<table>",
|
|
"{% for value, sign in const %}",
|
|
" <tr>",
|
|
" <td>{{ markerCircle({})|raw }}<div class='sign'>{{ sign|raw }}</div></td>",
|
|
" <td>{{ tagTrans('amenity', value) }}</td>",
|
|
" </tr>",
|
|
"{% endfor %}",
|
|
"</table>"
|
|
],
|
|
"const": {
|
|
"aquarium": "🐟",
|
|
"artwork": "🎨 ",
|
|
"attraction": "<img src='maki:attraction'>",
|
|
"gallery": "🖼",
|
|
"museum": "<img src='maki:museum'>",
|
|
"picnic_site": "<img src='maki:picnic-site'>",
|
|
"theme_park": "<img src='maki:amusement-park'>",
|
|
"viewpoint": "<i class='fa fa-eye' aria-hidden='true'></i>",
|
|
"zoo": "🦁",
|
|
"other": ""
|
|
}
|
|
}
|