diff --git a/data/deprecated.json b/data/deprecated.json index 1a8f014dc..b4a180759 100644 --- a/data/deprecated.json +++ b/data/deprecated.json @@ -359,14 +359,6 @@ "old": {"highway": "stile"}, "replace": {"barrier": "stile"} }, - { - "old": {"highway": "incline"}, - "replace": {"highway": "road", "incline": "up"} - }, - { - "old": {"highway": "incline_steep"}, - "replace": {"highway": "road", "incline": "up"} - }, { "old": {"highway": "unsurfaced"}, "replace": {"highway": "road", "surface": "unpaved"} diff --git a/data/taginfo.json b/data/taginfo.json index 5a31b6f7e..6e638acda 100644 --- a/data/taginfo.json +++ b/data/taginfo.json @@ -1824,8 +1824,6 @@ {"key": "highway", "value": "no", "description": "🄳"}, {"key": "highway", "value": "platform", "description": "🄳 ➜ bus=yes + public_transport=platform"}, {"key": "highway", "value": "stile", "description": "🄳 ➜ barrier=stile"}, - {"key": "highway", "value": "incline", "description": "🄳 ➜ highway=road + incline=up"}, - {"key": "highway", "value": "incline_steep", "description": "🄳 ➜ highway=road + incline=up"}, {"key": "highway", "value": "unsurfaced", "description": "🄳 ➜ highway=road + surface=unpaved"}, {"key": "internet_access", "value": "public", "description": "🄳 ➜ internet_access=yes + internet_access:fee=no"}, {"key": "internet_access", "value": "wifi", "description": "🄳 ➜ internet_access=wlan"},