Offer to convert destination:forward and destination:ref:forward to non-directional when used on feature with oneway=yes (close #7241)

This commit is contained in:
Quincy Morgan
2020-01-13 15:16:35 -05:00
parent 1805cde7ec
commit a5111e1974
+8
View File
@@ -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"}