Remove highway=incline and highway=incline_steep deprecations (re: #6392)

This commit is contained in:
Quincy Morgan
2019-05-20 08:45:52 -04:00
parent 1c97e29b5d
commit 78d3050587
2 changed files with 0 additions and 10 deletions
-8
View File
@@ -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"}
-2
View File
@@ -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"},