From 647fbd12b40558fa60a50f3aad2805d8378b09d6 Mon Sep 17 00:00:00 2001 From: Tobias Date: Wed, 24 Jul 2024 05:44:45 +0200 Subject: [PATCH] Add deprecation rules for cycleway=opposite --- data/deprecated.json | 8 ++++++++ 1 file changed, 8 insertions(+) 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"} } ]