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"},