Deprecate footway=left/right/both/no/none/separate (close #5935)

This commit is contained in:
Quincy Morgan
2019-02-22 10:48:53 -05:00
parent e2b62f2708
commit 0572f4c72d
+24
View File
@@ -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": "*"}