Skip to content

Commit

Permalink
Add highway=busway preset (#164)
Browse files Browse the repository at this point in the history
  • Loading branch information
kolgza authored Oct 14, 2022
1 parent 257a89c commit 45593d1
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 0 deletions.
4 changes: 4 additions & 0 deletions data/deprecated.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"}
Expand Down
27 changes: 27 additions & 0 deletions data/presets/highway/busway.json
Original file line number Diff line number Diff line change
@@ -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"
}

0 comments on commit 45593d1

Please sign in to comment.