Don't remove highway=platform or add bus=yes when upgrading highway=platform to public_transport=platform (re: #6828)

This commit is contained in:
Quincy Morgan
2019-10-12 17:37:22 +02:00
parent 09d9d95d4b
commit c30480ab3d
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -477,7 +477,7 @@
},
{
"old": {"highway": "platform"},
"replace": {"bus": "yes", "public_transport": "platform"}
"replace": {"highway": "platform", "public_transport": "platform"}
},
{
"old": {"highway": "stile"},
+1 -1
View File
@@ -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"},