Skip to content

Commit

Permalink
Add deprecation rules for cycleway=opposite
Browse files Browse the repository at this point in the history
  • Loading branch information
tordans committed Jul 24, 2024
1 parent 455d733 commit 647fbd1
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions data/deprecated.json
Original file line number Diff line number Diff line change
Expand Up @@ -2031,5 +2031,13 @@
{
"old": {"industrial": "brickworks"},
"replace": {"industrial": "brickyard"}
},
{
"old": {"cycleway": "opposite"},
"replace": {"oneway": "yes", "oneway:bicycle": "no", "cycleway:both": "no"}
},
{
"old": {"cycleway:left": "opposite"},
"replace": {"oneway": "yes", "oneway:bicycle": "no", "cycleway:left": "no"}
}
]

0 comments on commit 647fbd1

Please sign in to comment.