From 324746be4f1f5256a9c74f440d4e1bffb79dcfd1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stephan=20B=C3=B6sch-Plepelits?= Date: Sat, 5 Aug 2017 21:58:11 +0200 Subject: [PATCH] Category 'tourism' --- index.json | 3 +++ tourism.json | 31 +++++++++++++++++++++++++++++++ 2 files changed, 34 insertions(+) diff --git a/index.json b/index.json index e37e368..8a60857 100644 --- a/index.json +++ b/index.json @@ -81,6 +81,9 @@ }, { "id": "public" + }, + { + "id": "tourism" } ] }, diff --git a/tourism.json b/tourism.json index 55484f7..63b78f2 100644 --- a/tourism.json +++ b/tourism.json @@ -1,4 +1,5 @@ { + "type": "overpass", "name": { "ast": "Turismu", "cs": "Turistika", @@ -15,5 +16,35 @@ "ro": "Turism", "ru": "Туризм", "uk": "Туризм" + }, + "query": { + "13": "(\nnode[tourism];\nway[tourism];\nrelation[tourism]\n)" + }, + "feature": { + "description": "{{ tagTrans('tourism', tags.tourism) }}", + "body": "{{ tagTrans('tourism', tags.tourism) }}", + "markerSign": "{{ const[tags.tourism] }}" + }, + "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": "🦁" } }