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

This reverts commit a5111e1974.
This commit is contained in:
Quincy Morgan
2020-01-14 11:30:20 -05:00
parent 5a1dff515a
commit 3394c682c6

View File

@@ -352,14 +352,6 @@
"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"}