mirror of
https://github.com/FoggedLens/iD.git
synced 2026-04-21 19:26:41 +02:00
Don't remove highway=platform or add bus=yes when upgrading highway=platform to public_transport=platform (re: #6828)
This commit is contained in:
@@ -477,7 +477,7 @@
|
||||
},
|
||||
{
|
||||
"old": {"highway": "platform"},
|
||||
"replace": {"bus": "yes", "public_transport": "platform"}
|
||||
"replace": {"highway": "platform", "public_transport": "platform"}
|
||||
},
|
||||
{
|
||||
"old": {"highway": "stile"},
|
||||
|
||||
+1
-1
@@ -1957,7 +1957,7 @@
|
||||
{"key": "highway", "value": "abandoned", "description": "🄳 ➜ abandoned:highway=*"},
|
||||
{"key": "highway", "value": "ford", "description": "🄳 ➜ ford=*"},
|
||||
{"key": "highway", "value": "no", "description": "🄳"},
|
||||
{"key": "highway", "value": "platform", "description": "🄳 ➜ bus=yes + public_transport=platform"},
|
||||
{"key": "highway", "value": "platform", "description": "🄳 ➜ highway=platform + public_transport=platform"},
|
||||
{"key": "highway", "value": "stile", "description": "🄳 ➜ barrier=stile"},
|
||||
{"key": "highway", "value": "unsurfaced", "description": "🄳 ➜ highway=road + surface=unpaved"},
|
||||
{"key": "internet_access", "value": "public", "description": "🄳 ➜ internet_access=yes + internet_access:fee=no"},
|
||||
|
||||
Reference in New Issue
Block a user