mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-18 14:45:12 +02:00
@@ -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
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
@@ -1239,6 +1239,10 @@
|
||||
"key": "leisure",
|
||||
"value": "adult_gaming_centre"
|
||||
},
|
||||
{
|
||||
"key": "leisure",
|
||||
"value": "bird_hide"
|
||||
},
|
||||
{
|
||||
"key": "leisure",
|
||||
"value": "bowling_alley"
|
||||
|
||||
Reference in New Issue
Block a user