Add preset for leisure=bowling_alley (closes #2734)

This commit is contained in:
Bryan Housel
2015-07-30 09:30:47 -04:00
parent fc4c3591c1
commit 3c7a248826
5 changed files with 49 additions and 0 deletions
+4
View File
@@ -2329,6 +2329,10 @@ en:
name: Adult Gaming Center
# 'terms: gambling,slot machine'
terms: "<translate with synonyms or related terms for 'Adult Gaming Center', separated by commas>"
leisure/bowling_alley:
# leisure=bowling_alley
name: Bowling Alley
terms: "<translate with synonyms or related terms for 'Bowling Alley', separated by commas>"
leisure/common:
# leisure=common
name: Common
+18
View File
@@ -5063,6 +5063,24 @@
},
"name": "Adult Gaming Center"
},
"leisure/bowling_alley": {
"fields": [
"operator",
"address",
"building_area",
"opening_hours",
"smoking"
],
"geometry": [
"point",
"area"
],
"terms": [],
"tags": {
"leisure": "bowling_alley"
},
"name": "Bowling Alley"
},
"leisure/common": {
"geometry": [
"point",
@@ -0,0 +1,19 @@
{
"fields": [
"operator",
"address",
"building_area",
"opening_hours",
"smoking"
],
"geometry": [
"point",
"area"
],
"terms": [
],
"tags": {
"leisure": "bowling_alley"
},
"name": "Bowling Alley"
}
+4
View File
@@ -1175,6 +1175,10 @@
"key": "leisure",
"value": "adult_gaming_centre"
},
{
"key": "leisure",
"value": "bowling_alley"
},
{
"key": "leisure",
"value": "common"
+4
View File
@@ -2623,6 +2623,10 @@
"name": "Adult Gaming Center",
"terms": "gambling,slot machine"
},
"leisure/bowling_alley": {
"name": "Bowling Alley",
"terms": ""
},
"leisure/common": {
"name": "Common",
"terms": "open space"