mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-16 13:59:27 +02:00
Better support for amenity=bus_station (closes #2308)
This commit is contained in:
@@ -531,7 +531,9 @@
|
||||
"name": "Currency Exchange"
|
||||
},
|
||||
"amenity/bus_station": {
|
||||
"icon": "bus",
|
||||
"fields": [
|
||||
"building_area",
|
||||
"operator"
|
||||
],
|
||||
"geometry": [
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
{
|
||||
"icon": "bus",
|
||||
"fields": [
|
||||
"building_area",
|
||||
"operator"
|
||||
],
|
||||
"geometry": [
|
||||
|
||||
Reference in New Issue
Block a user