mirror of
https://github.com/FoggedLens/id-tagging-schema.git
synced 2026-05-19 15:08:11 +02:00
Add highway=busway preset (#164)
This commit is contained in:
@@ -710,6 +710,10 @@
|
||||
"old": {"highway": "abandoned"},
|
||||
"replace": {"abandoned:highway": "*"}
|
||||
},
|
||||
{
|
||||
"old": {"highway": "service", "service": "busway"},
|
||||
"replace": {"highway": "busway"}
|
||||
},
|
||||
{
|
||||
"old": {"highway": "bridleway", "horse": "no"},
|
||||
"replace": {"highway": "path", "horse": "no"}
|
||||
|
||||
@@ -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