From afca1bbee9b3afaaf92b48f90116011288eb32bb Mon Sep 17 00:00:00 2001 From: Yuliia Veklycheva Date: Sat, 28 Oct 2017 20:17:40 +0300 Subject: [PATCH] Add preset for tourism=wilderness_hut --- data/presets.yaml | 5 +++++ data/presets/presets.json | 22 +++++++++++++++++++ .../presets/tourism/wilderness_hut.json | 22 +++++++++++++++++++ data/taginfo.json | 4 ++++ dist/locales/en.json | 4 ++++ 5 files changed, 57 insertions(+) create mode 100644 data/presets/presets/tourism/wilderness_hut.json diff --git a/data/presets.yaml b/data/presets.yaml index 0297bd0af7..5427f707e3 100644 --- a/data/presets.yaml +++ b/data/presets.yaml @@ -5041,6 +5041,11 @@ en: # tourism=viewpoint name: Viewpoint terms: '' + tourism/wilderness_hut: + # tourism=wilderness_hut + name: Wilderness Hut + # 'terms: wilderness hut,backcountry hut,bothy' + terms: '' tourism/zoo: # tourism=zoo name: Zoo diff --git a/data/presets/presets.json b/data/presets/presets.json index 6c2a127259..4cc6ce40ff 100644 --- a/data/presets/presets.json +++ b/data/presets/presets.json @@ -16018,6 +16018,28 @@ }, "name": "Viewpoint" }, + "tourism/wilderness_hut": { + "icon": "lodging", + "fields": [ + "name", + "operator", + "address", + "building_area" + ], + "geometry": [ + "point", + "area" + ], + "terms": [ + "wilderness hut", + "backcountry hut", + "bothy" + ], + "tags": { + "tourism": "wilderness_hut" + }, + "name": "Wilderness Hut" + }, "tourism/zoo": { "icon": "zoo", "fields": [ diff --git a/data/presets/presets/tourism/wilderness_hut.json b/data/presets/presets/tourism/wilderness_hut.json new file mode 100644 index 0000000000..5b06419c76 --- /dev/null +++ b/data/presets/presets/tourism/wilderness_hut.json @@ -0,0 +1,22 @@ +{ + "icon": "lodging", + "fields": [ + "name", + "operator", + "address", + "building_area" + ], + "geometry": [ + "point", + "area" + ], + "terms": [ + "wilderness hut", + "backcountry hut", + "bothy" + ], + "tags": { + "tourism": "wilderness_hut" + }, + "name": "Wilderness Hut" +} diff --git a/data/taginfo.json b/data/taginfo.json index 78d741f9cd..6e7f1651ee 100644 --- a/data/taginfo.json +++ b/data/taginfo.json @@ -3082,6 +3082,10 @@ "key": "tourism", "value": "viewpoint" }, + { + "key": "tourism", + "value": "wilderness_hut" + }, { "key": "tourism", "value": "zoo" diff --git a/dist/locales/en.json b/dist/locales/en.json index 4411366e04..96768d2c4e 100644 --- a/dist/locales/en.json +++ b/dist/locales/en.json @@ -5526,6 +5526,10 @@ "name": "Viewpoint", "terms": "" }, + "tourism/wilderness_hut": { + "name": "Wilderness Hut", + "terms": "wilderness hut,backcountry hut,bothy" + }, "tourism/zoo": { "name": "Zoo", "terms": "animal"