From 0208524a6decd99b0bb5ee3cba585aa60b88cb04 Mon Sep 17 00:00:00 2001 From: Quincy Morgan Date: Mon, 16 Dec 2019 11:45:30 -0500 Subject: [PATCH] Deprecate railway=* + abandoned=yes or disused=yes (close #7119) --- data/deprecated.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/data/deprecated.json b/data/deprecated.json index affe74500..7e0e5ebfe 100644 --- a/data/deprecated.json +++ b/data/deprecated.json @@ -801,6 +801,14 @@ "old": {"public_transport": "station", "aerialway": "yes"}, "replace": {"public_transport": "station", "aerialway": "station"} }, + { + "old": {"railway": "*", "abandoned": "yes"}, + "replace": {"abandoned:railway": "yes"} + }, + { + "old": {"railway": "*", "disused": "yes"}, + "replace": {"disused:railway": "yes"} + }, { "old": {"railway": "station"}, "replace": {"railway": "station", "public_transport": "station"}