diff --git a/data/deprecated.json b/data/deprecated.json index 51f2ccb91..5b323b06a 100644 --- a/data/deprecated.json +++ b/data/deprecated.json @@ -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": "*"}