mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-15 21:48:20 +02:00
Add amenity=bus_station preset (fixes #2298)
This commit is contained in:
@@ -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>"
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
Vendored
+4
@@ -1113,6 +1113,10 @@
|
||||
"name": "Boat Rental",
|
||||
"terms": ""
|
||||
},
|
||||
"amenity/bus_station": {
|
||||
"name": "Bus Station",
|
||||
"terms": ""
|
||||
},
|
||||
"amenity/cafe": {
|
||||
"name": "Cafe",
|
||||
"terms": "coffee,tea,coffee shop"
|
||||
|
||||
Reference in New Issue
Block a user