Merge pull request #4485 from YuliyaVeklicheva/add_preset_for_tourism=wilderness_hut

Add preset for tourism=wilderness_hut
This commit is contained in:
Bryan Housel
2017-10-29 00:05:46 -04:00
committed by GitHub
5 changed files with 57 additions and 0 deletions
+5
View File
@@ -5041,6 +5041,11 @@ en:
# tourism=viewpoint
name: Viewpoint
terms: '<translate with synonyms or related terms for ''Viewpoint'', separated by commas>'
tourism/wilderness_hut:
# tourism=wilderness_hut
name: Wilderness Hut
# 'terms: wilderness hut,backcountry hut,bothy'
terms: '<translate with synonyms or related terms for ''Wilderness Hut'', separated by commas>'
tourism/zoo:
# tourism=zoo
name: Zoo
+22
View File
@@ -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": [
@@ -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"
}
+4
View File
@@ -3082,6 +3082,10 @@
"key": "tourism",
"value": "viewpoint"
},
{
"key": "tourism",
"value": "wilderness_hut"
},
{
"key": "tourism",
"value": "zoo"
+4
View File
@@ -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"