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