Skip to content

Commit cadb680

Browse files
committed
Add deprecation rules for cycleway=opposite_lane
Those rules apply best for right hand traffic.
1 parent 98c9f92 commit cadb680

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

data/deprecated.json

+8
Original file line numberDiff line numberDiff line change
@@ -2107,5 +2107,13 @@
21072107
{
21082108
"old": {"cycleway:left": "opposite"},
21092109
"replace": {"oneway:bicycle": "no", "cycleway:left": "no"}
2110+
},
2111+
{
2112+
"old": {"cycleway": "opposite_lane"},
2113+
"replace": {"oneway:bicycle": "no", "cycleway:left": "lane", "cycleway:left:oneway": "-1"}
2114+
},
2115+
{
2116+
"old": {"cycleway:left": "opposite_lane"},
2117+
"replace": {"oneway:bicycle": "no", "cycleway:left": "lane", "cycleway:left:oneway": "-1"}
21102118
}
21112119
]

0 commit comments

Comments
 (0)