mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-15 21:48:20 +02:00
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:
@@ -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"}
|
||||
|
||||
Reference in New Issue
Block a user