mirror of
https://github.com/FoggedLens/id-tagging-schema.git
synced 2026-08-14 15:20:25 +02:00
Add highway=busway preset (#164)
This commit is contained in:
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"icon": "temaki-bus",
|
||||
"fields": [
|
||||
"name",
|
||||
"operator",
|
||||
"oneway",
|
||||
"structure",
|
||||
"covered"
|
||||
],
|
||||
"moreFields": [
|
||||
"trolley_wire"
|
||||
],
|
||||
"geometry": [
|
||||
"line"
|
||||
],
|
||||
"tags": {
|
||||
"highway": "busway"
|
||||
},
|
||||
"aliases": [
|
||||
"Transitway",
|
||||
"Bus Rapid Transit"
|
||||
],
|
||||
"terms": [
|
||||
"brt"
|
||||
],
|
||||
"name": "Busway"
|
||||
}
|
||||
Reference in New Issue
Block a user