From c1def4c26634bf43f8d8a4d5f04e1a6a436c6201 Mon Sep 17 00:00:00 2001 From: Quincy Morgan <2046746+quincylvania@users.noreply.github.com> Date: Thu, 15 Oct 2020 12:51:27 -0400 Subject: [PATCH] Fix unexpected tag removal on upgrade (close #8089) --- data/deprecated.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/deprecated.json b/data/deprecated.json index bad0fa115..6d6161a77 100644 --- a/data/deprecated.json +++ b/data/deprecated.json @@ -1484,7 +1484,7 @@ }, { "old": {"type": "audio", "amenity": "studio"}, - "replace": {"studio": "audio"} + "replace": {"studio": "audio", "amenity": "studio"} }, { "old": {"type": "broad_leaved"}, @@ -1544,7 +1544,7 @@ }, { "old": {"type": "video", "amenity": "studio"}, - "replace": {"studio": "video"} + "replace": {"studio": "video", "amenity": "studio"} }, { "old": {"type": "water", "man_made": "pipeline"},