mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-18 22:48:10 +02:00
Add preset for leisure=bowling_alley (closes #2734)
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
@@ -1175,6 +1175,10 @@
|
||||
"key": "leisure",
|
||||
"value": "adult_gaming_centre"
|
||||
},
|
||||
{
|
||||
"key": "leisure",
|
||||
"value": "bowling_alley"
|
||||
},
|
||||
{
|
||||
"key": "leisure",
|
||||
"value": "common"
|
||||
|
||||
Vendored
+4
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user