mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-15 21:48:20 +02:00
Deprecate footway=left/right/both/no/none/separate (close #5935)
This commit is contained in:
@@ -120,6 +120,30 @@
|
||||
"old": {"fenced": "yes"},
|
||||
"replace": {"barrier": "fence"}
|
||||
},
|
||||
{
|
||||
"old": {"footway": "both"},
|
||||
"replace": {"sidewalk": "both"}
|
||||
},
|
||||
{
|
||||
"old": {"footway": "left"},
|
||||
"replace": {"sidewalk": "left"}
|
||||
},
|
||||
{
|
||||
"old": {"footway": "no"},
|
||||
"replace": {"sidewalk": "no"}
|
||||
},
|
||||
{
|
||||
"old": {"footway": "none"},
|
||||
"replace": {"sidewalk": "no"}
|
||||
},
|
||||
{
|
||||
"old": {"footway": "right"},
|
||||
"replace": {"sidewalk": "right"}
|
||||
},
|
||||
{
|
||||
"old": {"footway": "separate"},
|
||||
"replace": {"sidewalk": "separate"}
|
||||
},
|
||||
{
|
||||
"old": {"highway": "ford"},
|
||||
"replace": {"ford": "*"}
|
||||
|
||||
Reference in New Issue
Block a user