diff --git a/data/deprecated.json b/data/deprecated.json index cbb08e9d0..617d7168e 100644 --- a/data/deprecated.json +++ b/data/deprecated.json @@ -352,6 +352,14 @@ "old": {"direction": "West"}, "replace": {"direction": "W"} }, + { + "old": {"destination:forward": "*", "oneway": "yes"}, + "replace": {"destination": "$1", "oneway": "yes"} + }, + { + "old": {"destination:ref:forward": "*", "oneway": "yes"}, + "replace": {"destination:ref": "$1", "oneway": "yes"} + }, { "old": {"drinkable": "*"}, "replace": {"drinking_water": "$1"}