diff --git a/data/deprecated.json b/data/deprecated.json index dd5ddb8c9..39173c30a 100644 --- a/data/deprecated.json +++ b/data/deprecated.json @@ -200,6 +200,18 @@ "old": {"highway": "abandoned"}, "replace": {"abandoned:highway": "*"} }, + { + "old": {"highway": "bridleway", "horse": "no"}, + "replace": {"highway": "path", "horse": "no"} + }, + { + "old": {"highway": "cycleway", "bicycle": "no"}, + "replace": {"highway": "path", "bicycle": "no"} + }, + { + "old": {"highway": "footway", "foot": "no"}, + "replace": {"highway": "path", "foot": "no"} + }, { "old": {"highway": "ford"}, "replace": {"ford": "*"}