diff --git a/data/deprecated.json b/data/deprecated.json index 1e352c77d..1b52c704b 100644 --- a/data/deprecated.json +++ b/data/deprecated.json @@ -400,6 +400,10 @@ "old": {"highway": "cycleway", "bicycle": "no"}, "replace": {"highway": "path", "bicycle": "no"} }, + { + "old": {"highway": "cycleway", "cycleway": "track"}, + "replace": {"highway": "cycleway"} + }, { "old": {"highway": "footway", "foot": "no"}, "replace": {"highway": "path", "foot": "no"}