From 1319700ce5c9198bf4c27d4692654b7cb959ca36 Mon Sep 17 00:00:00 2001 From: Quincy Morgan Date: Thu, 9 Jan 2020 09:13:07 -0500 Subject: [PATCH] Fix upgrade path for railway features with `abandoned=yes` or `disused=yes` tags (close #7236, re: #7119) --- data/deprecated.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/deprecated.json b/data/deprecated.json index a62f41e37..3a8dcd3bf 100644 --- a/data/deprecated.json +++ b/data/deprecated.json @@ -922,11 +922,11 @@ }, { "old": {"railway": "*", "abandoned": "yes"}, - "replace": {"abandoned:railway": "yes"} + "replace": {"abandoned:railway": "$1"} }, { "old": {"railway": "*", "disused": "yes"}, - "replace": {"disused:railway": "yes"} + "replace": {"disused:railway": "$1"} }, { "old": {"railway": "station"},