Add amenity=motorcycle_parking preset (closes #2787)

This commit is contained in:
Bryan Housel
2015-09-27 22:17:36 -04:00
parent 9122c76370
commit 0d71d5fd27
5 changed files with 48 additions and 0 deletions
+4
View File
@@ -1354,6 +1354,10 @@ en:
# amenity=marketplace
name: Marketplace
terms: "<translate with synonyms or related terms for 'Marketplace', separated by commas>"
amenity/motorcycle_parking:
# amenity=motorcycle_parking
name: Motorcycle Parking
terms: "<translate with synonyms or related terms for 'Motorcycle Parking', separated by commas>"
amenity/nightclub:
# amenity=nightclub
name: Nightclub
+18
View File
@@ -1134,6 +1134,24 @@
},
"name": "Marketplace"
},
"amenity/motorcycle_parking": {
"icon": "scooter",
"fields": [
"capacity",
"operator",
"covered",
"access_simple"
],
"geometry": [
"point",
"vertex",
"area"
],
"tags": {
"amenity": "motorcycle_parking"
},
"name": "Motorcycle Parking"
},
"amenity/nightclub": {
"icon": "bar",
"fields": [
@@ -0,0 +1,18 @@
{
"icon": "scooter",
"fields": [
"capacity",
"operator",
"covered",
"access_simple"
],
"geometry": [
"point",
"vertex",
"area"
],
"tags": {
"amenity": "motorcycle_parking"
},
"name": "Motorcycle Parking"
}
+4
View File
@@ -260,6 +260,10 @@
"key": "amenity",
"value": "marketplace"
},
{
"key": "amenity",
"value": "motorcycle_parking"
},
{
"key": "amenity",
"value": "nightclub"
+4
View File
@@ -1723,6 +1723,10 @@
"name": "Marketplace",
"terms": ""
},
"amenity/motorcycle_parking": {
"name": "Motorcycle Parking",
"terms": ""
},
"amenity/nightclub": {
"name": "Nightclub",
"terms": "disco*,night club,dancing,dance club"