mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-20 07:25:15 +02:00
Merge pull request #4777 from fritruc/4774_Add_leisure_amusement_arcade_preset
add amusement arcade preset (closes #4774)
This commit is contained in:
@@ -3588,6 +3588,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/amusement_arcade:
|
||||
# leisure=amusement_arcade
|
||||
name: Amusement Arcade
|
||||
# 'terms: pay-to-play games,video games,driving simulators,pinball machines'
|
||||
terms: '<translate with synonyms or related terms for ''Amusement Arcade'', separated by commas>'
|
||||
leisure/bird_hide:
|
||||
# leisure=bird_hide
|
||||
name: Bird Hide
|
||||
|
||||
@@ -9299,6 +9299,30 @@
|
||||
},
|
||||
"name": "Adult Gaming Center"
|
||||
},
|
||||
"leisure/amusement_arcade": {
|
||||
"icon": "poi-dice",
|
||||
"fields": [
|
||||
"name",
|
||||
"operator",
|
||||
"address",
|
||||
"building_area",
|
||||
"opening_hours"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"terms": [
|
||||
"pay-to-play games",
|
||||
"video games",
|
||||
"driving simulators",
|
||||
"pinball machines"
|
||||
],
|
||||
"tags": {
|
||||
"leisure": "amusement_arcade"
|
||||
},
|
||||
"name": "Amusement Arcade"
|
||||
},
|
||||
"leisure/bird_hide": {
|
||||
"icon": "poi-binoculars",
|
||||
"fields": [
|
||||
|
||||
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"icon": "poi-dice",
|
||||
"fields": [
|
||||
"name",
|
||||
"operator",
|
||||
"address",
|
||||
"building_area",
|
||||
"opening_hours"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"terms": [
|
||||
"pay-to-play games",
|
||||
"video games",
|
||||
"driving simulators",
|
||||
"pinball machines"
|
||||
],
|
||||
"tags": {
|
||||
"leisure": "amusement_arcade"
|
||||
},
|
||||
"name": "Amusement Arcade"
|
||||
}
|
||||
@@ -1757,6 +1757,10 @@
|
||||
"key": "leisure",
|
||||
"value": "adult_gaming_centre"
|
||||
},
|
||||
{
|
||||
"key": "leisure",
|
||||
"value": "amusement_arcade"
|
||||
},
|
||||
{
|
||||
"key": "leisure",
|
||||
"value": "bird_hide"
|
||||
|
||||
Vendored
+4
@@ -4433,6 +4433,10 @@
|
||||
"name": "Adult Gaming Center",
|
||||
"terms": "gambling,slot machine"
|
||||
},
|
||||
"leisure/amusement_arcade": {
|
||||
"name": "Amusement Arcade",
|
||||
"terms": "pay-to-play games,video games,driving simulators,pinball machines"
|
||||
},
|
||||
"leisure/bird_hide": {
|
||||
"name": "Bird Hide",
|
||||
"terms": "machan,ornithology"
|
||||
|
||||
Reference in New Issue
Block a user