Add presets for Casino and Adult Gaming Center (closes #2684)

This commit is contained in:
Bryan Housel
2015-07-08 21:18:49 -04:00
parent 642ff3afa2
commit d0cb74638f
6 changed files with 116 additions and 0 deletions

View File

@@ -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

View File

@@ -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",

View 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"
}

View 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"
}

View File

@@ -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"

View File

@@ -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"