mirror of
https://github.com/FoggedLens/iD.git
synced 2026-04-21 11:16:36 +02:00
Merge pull request #4485 from YuliyaVeklicheva/add_preset_for_tourism=wilderness_hut
Add preset for tourism=wilderness_hut
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
@@ -3082,6 +3082,10 @@
|
||||
"key": "tourism",
|
||||
"value": "viewpoint"
|
||||
},
|
||||
{
|
||||
"key": "tourism",
|
||||
"value": "wilderness_hut"
|
||||
},
|
||||
{
|
||||
"key": "tourism",
|
||||
"value": "zoo"
|
||||
|
||||
Vendored
+4
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user