From c30480ab3d027c3e7885b08cea5bd030395c8fec Mon Sep 17 00:00:00 2001 From: Quincy Morgan Date: Sat, 12 Oct 2019 17:37:22 +0200 Subject: [PATCH] Don't remove highway=platform or add bus=yes when upgrading highway=platform to public_transport=platform (re: #6828) --- data/deprecated.json | 2 +- data/taginfo.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/data/deprecated.json b/data/deprecated.json index 32e5e9b06..150120deb 100644 --- a/data/deprecated.json +++ b/data/deprecated.json @@ -477,7 +477,7 @@ }, { "old": {"highway": "platform"}, - "replace": {"bus": "yes", "public_transport": "platform"} + "replace": {"highway": "platform", "public_transport": "platform"} }, { "old": {"highway": "stile"}, diff --git a/data/taginfo.json b/data/taginfo.json index db9fe23cf..569052613 100644 --- a/data/taginfo.json +++ b/data/taginfo.json @@ -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"},