From 78d3050587e656474aede3b110ccb98716165039 Mon Sep 17 00:00:00 2001 From: Quincy Morgan Date: Mon, 20 May 2019 08:45:52 -0400 Subject: [PATCH] Remove highway=incline and highway=incline_steep deprecations (re: #6392) --- data/deprecated.json | 8 -------- data/taginfo.json | 2 -- 2 files changed, 10 deletions(-) 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"},