mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-15 21:48:20 +02:00
Remove highway=incline and highway=incline_steep deprecations (re: #6392)
This commit is contained in:
@@ -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"}
|
||||
|
||||
@@ -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"},
|
||||
|
||||
Reference in New Issue
Block a user