diff --git a/data/deprecated.json b/data/deprecated.json index fcead3030..f50b6ccc4 100644 --- a/data/deprecated.json +++ b/data/deprecated.json @@ -19,18 +19,6 @@ "ford": "yes" } }, - { - "old": { "highway": "ford" }, - "replace": { - "ford": "yes" - } - }, - { - "old": { "highway": "ford" }, - "replace": { - "ford": "yes" - } - }, { "old": { "highway": "stile" }, "replace": { @@ -58,18 +46,11 @@ "incline": "unpaved" } }, - { - "old": { "highway": "unsurfaced" }, - "replace": { - "highway": "road", - "incline": "unpaved" - } - }, { "old": { "landuse": "wood" }, "replace": { - "highway": "road", - "incline": "unpaved" + "landuse": "forest", + "natural": "wood" } }, { @@ -97,12 +78,5 @@ "replace": { "generator:output": "$1" } - }, - { - "old": { "bicycle_parking": "organic" }, - "replace": { - "shop": "supermarket", - "organic": "only" - } } ]