mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-15 13:38:26 +02:00
Add public_transport=stop_area relation preset
This commit is contained in:
@@ -50,6 +50,7 @@
|
||||
"relation": [
|
||||
"category-route",
|
||||
"category-restriction",
|
||||
"public_transport/stop_area",
|
||||
"type/boundary",
|
||||
"type/waterway",
|
||||
"type/multipolygon",
|
||||
|
||||
@@ -0,0 +1,31 @@
|
||||
{
|
||||
"icon": "bus",
|
||||
"fields": [
|
||||
"name",
|
||||
"ref",
|
||||
"network",
|
||||
"operator"
|
||||
],
|
||||
"geometry": [
|
||||
"relation"
|
||||
],
|
||||
"tags": {
|
||||
"type": "public_transport",
|
||||
"public_transport": "stop_area"
|
||||
},
|
||||
"addTags": {
|
||||
"type": "public_transport",
|
||||
"public_transport": "stop_area",
|
||||
"public_transport:version": "2"
|
||||
},
|
||||
"removeTags": {
|
||||
"type": "public_transport",
|
||||
"public_transport": "stop_area",
|
||||
"public_transport:version": "2"
|
||||
},
|
||||
"reference": {
|
||||
"key": "public_transport",
|
||||
"value": "stop_area"
|
||||
},
|
||||
"name": "Transit Stop Area"
|
||||
}
|
||||
Reference in New Issue
Block a user