mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-14 01:33:03 +00:00
Add presets for Casino and Adult Gaming Center (closes #2684)
This commit is contained in:
@@ -1201,6 +1201,11 @@ en:
|
||||
# amenity=car_wash
|
||||
name: Car Wash
|
||||
terms: "<translate with synonyms or related terms for 'Car Wash', separated by commas>"
|
||||
amenity/casino:
|
||||
# amenity=casino
|
||||
name: Casino
|
||||
# 'terms: gambling,roulette,craps,poker,blackjack'
|
||||
terms: "<translate with synonyms or related terms for 'Casino', separated by commas>"
|
||||
amenity/charging_station:
|
||||
# amenity=charging_station
|
||||
name: Charging Station
|
||||
@@ -2302,6 +2307,11 @@ en:
|
||||
# 'leisure=*'
|
||||
name: Leisure
|
||||
terms: "<translate with synonyms or related terms for 'Leisure', separated by commas>"
|
||||
leisure/adult_gaming_centre:
|
||||
# leisure=adult_gaming_centre
|
||||
name: Adult Gaming Center
|
||||
# 'terms: gambling,slot machine'
|
||||
terms: "<translate with synonyms or related terms for 'Adult Gaming Center', separated by commas>"
|
||||
leisure/common:
|
||||
# leisure=common
|
||||
name: Common
|
||||
|
||||
@@ -660,6 +660,30 @@
|
||||
},
|
||||
"name": "Car Wash"
|
||||
},
|
||||
"amenity/casino": {
|
||||
"fields": [
|
||||
"operator",
|
||||
"address",
|
||||
"building_area",
|
||||
"opening_hours",
|
||||
"smoking"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"terms": [
|
||||
"gambling",
|
||||
"roulette",
|
||||
"craps",
|
||||
"poker",
|
||||
"blackjack"
|
||||
],
|
||||
"tags": {
|
||||
"amenity": "casino"
|
||||
},
|
||||
"name": "Casino"
|
||||
},
|
||||
"amenity/charging_station": {
|
||||
"icon": "car",
|
||||
"fields": [
|
||||
@@ -4986,6 +5010,27 @@
|
||||
},
|
||||
"name": "Leisure"
|
||||
},
|
||||
"leisure/adult_gaming_centre": {
|
||||
"fields": [
|
||||
"operator",
|
||||
"address",
|
||||
"building_area",
|
||||
"opening_hours",
|
||||
"smoking"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"terms": [
|
||||
"gambling",
|
||||
"slot machine"
|
||||
],
|
||||
"tags": {
|
||||
"leisure": "adult_gaming_centre"
|
||||
},
|
||||
"name": "Adult Gaming Center"
|
||||
},
|
||||
"leisure/common": {
|
||||
"geometry": [
|
||||
"point",
|
||||
|
||||
24
data/presets/presets/amenity/casino.json
Normal file
24
data/presets/presets/amenity/casino.json
Normal file
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"fields": [
|
||||
"operator",
|
||||
"address",
|
||||
"building_area",
|
||||
"opening_hours",
|
||||
"smoking"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"terms": [
|
||||
"gambling",
|
||||
"roulette",
|
||||
"craps",
|
||||
"poker",
|
||||
"blackjack"
|
||||
],
|
||||
"tags": {
|
||||
"amenity": "casino"
|
||||
},
|
||||
"name": "Casino"
|
||||
}
|
||||
21
data/presets/presets/leisure/adult_gaming_centre.json
Normal file
21
data/presets/presets/leisure/adult_gaming_centre.json
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"fields": [
|
||||
"operator",
|
||||
"address",
|
||||
"building_area",
|
||||
"opening_hours",
|
||||
"smoking"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"terms": [
|
||||
"gambling",
|
||||
"slot machine"
|
||||
],
|
||||
"tags": {
|
||||
"leisure": "adult_gaming_centre"
|
||||
},
|
||||
"name": "Adult Gaming Center"
|
||||
}
|
||||
@@ -160,6 +160,10 @@
|
||||
"key": "amenity",
|
||||
"value": "car_wash"
|
||||
},
|
||||
{
|
||||
"key": "amenity",
|
||||
"value": "casino"
|
||||
},
|
||||
{
|
||||
"key": "amenity",
|
||||
"value": "charging_station"
|
||||
@@ -1160,6 +1164,10 @@
|
||||
{
|
||||
"key": "leisure"
|
||||
},
|
||||
{
|
||||
"key": "leisure",
|
||||
"value": "adult_gaming_centre"
|
||||
},
|
||||
{
|
||||
"key": "leisure",
|
||||
"value": "common"
|
||||
|
||||
8
dist/locales/en.json
vendored
8
dist/locales/en.json
vendored
@@ -1592,6 +1592,10 @@
|
||||
"name": "Car Wash",
|
||||
"terms": ""
|
||||
},
|
||||
"amenity/casino": {
|
||||
"name": "Casino",
|
||||
"terms": "gambling,roulette,craps,poker,blackjack"
|
||||
},
|
||||
"amenity/charging_station": {
|
||||
"name": "Charging Station",
|
||||
"terms": "EV,Electric Vehicle,Supercharger"
|
||||
@@ -2600,6 +2604,10 @@
|
||||
"name": "Leisure",
|
||||
"terms": ""
|
||||
},
|
||||
"leisure/adult_gaming_centre": {
|
||||
"name": "Adult Gaming Center",
|
||||
"terms": "gambling,slot machine"
|
||||
},
|
||||
"leisure/common": {
|
||||
"name": "Common",
|
||||
"terms": "open space"
|
||||
|
||||
Reference in New Issue
Block a user