From a5111e197493f1908c67786e57687aaf39235e6c Mon Sep 17 00:00:00 2001 From: Quincy Morgan Date: Mon, 13 Jan 2020 15:16:35 -0500 Subject: [PATCH] Offer to convert `destination:forward` and `destination:ref:forward` to non-directional when used on feature with `oneway=yes` (close #7241) --- data/deprecated.json | 8 ++++++++ 1 file changed, 8 insertions(+) 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"}