Add Bird Hide preset

(closes #3026)
This commit is contained in:
Bryan Housel
2016-03-11 22:39:25 -05:00
parent 309bfacf74
commit f98eb8200d
5 changed files with 47 additions and 0 deletions
+5
View File
@@ -2454,6 +2454,11 @@ en:
name: Adult Gaming Center
# 'terms: gambling,slot machine'
terms: "<translate with synonyms or related terms for 'Adult Gaming Center', separated by commas>"
leisure/bird_hide:
# leisure=bird_hide
name: Bird Hide
# 'terms: machan,ornithology'
terms: "<translate with synonyms or related terms for 'Bird Hide', separated by commas>"
leisure/bowling_alley:
# leisure=bowling_alley
name: Bowling Alley
+17
View File
@@ -5401,6 +5401,23 @@
},
"name": "Adult Gaming Center"
},
"leisure/bird_hide": {
"fields": [
"building_area"
],
"geometry": [
"point",
"area"
],
"tags": {
"leisure": "bird_hide"
},
"terms": [
"machan",
"ornithology"
],
"name": "Bird Hide"
},
"leisure/bowling_alley": {
"fields": [
"operator",
@@ -0,0 +1,17 @@
{
"fields": [
"building_area"
],
"geometry": [
"point",
"area"
],
"tags": {
"leisure": "bird_hide"
},
"terms": [
"machan",
"ornithology"
],
"name": "Bird Hide"
}
+4
View File
@@ -1239,6 +1239,10 @@
"key": "leisure",
"value": "adult_gaming_centre"
},
{
"key": "leisure",
"value": "bird_hide"
},
{
"key": "leisure",
"value": "bowling_alley"