Add amenity=bus_station preset (fixes #2298)

This commit is contained in:
John Firebaugh
2014-07-22 10:53:20 -07:00
parent 4994566f57
commit 467e7ee877
4 changed files with 33 additions and 0 deletions
+3
View File
@@ -494,6 +494,9 @@ en:
amenity/boat_rental:
name: Boat Rental
terms: "<translate with synonyms or related terms for 'Boat Rental', separated by commas>"
amenity/bus_station:
name: Bus Station
terms: "<translate with synonyms or related terms for 'Bus Station', separated by commas>"
amenity/cafe:
name: Cafe
terms: "<translate with synonyms or related terms for 'Cafe', separated by commas>"
+13
View File
@@ -507,6 +507,19 @@
],
"name": "Boat Rental"
},
"amenity/bus_station": {
"geometry": [
"point",
"area"
],
"tags": {
"amenity": "bus_station"
},
"fields": [
"operator"
],
"name": "Bus Station"
},
"amenity/cafe": {
"icon": "cafe",
"fields": [
@@ -0,0 +1,13 @@
{
"geometry": [
"point",
"area"
],
"tags": {
"amenity": "bus_station"
},
"fields": [
"operator"
],
"name": "Bus Station"
}
+4
View File
@@ -1113,6 +1113,10 @@
"name": "Boat Rental",
"terms": ""
},
"amenity/bus_station": {
"name": "Bus Station",
"terms": ""
},
"amenity/cafe": {
"name": "Cafe",
"terms": "coffee,tea,coffee shop"