diff --git a/data/deprecated.json b/data/deprecated.json index c77226748..59c27dc79 100644 --- a/data/deprecated.json +++ b/data/deprecated.json @@ -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"} } ]