From d8033cd39c7fd2de67865fddf49a256e90331a9e Mon Sep 17 00:00:00 2001 From: guylamar2006 Date: Mon, 13 Apr 2020 16:48:02 -0500 Subject: [PATCH] Added deprecated tags Added deprecated tags. type -> substance. --- data/deprecated.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/data/deprecated.json b/data/deprecated.json index 4dac07403..4dd792a2f 100644 --- a/data/deprecated.json +++ b/data/deprecated.json @@ -1303,6 +1303,15 @@ "old": {"type": "extinct"}, "replace": {"volcano:status": "extinct"} }, + { + "old": {"type": "gas",}, + "replace": {"substance": "gas"} + }, + { + "old": {"type": "oil",}, + "replace": {"substance": "oil"} + }, + { "old": {"type": "scoria"}, "replace": {"volcano:type": "scoria"} @@ -1319,6 +1328,10 @@ "old": {"type": "video", "amenity": "studio"}, "replace": {"studio": "video"} }, + { + "old": {"type": "water",}, + "replace": {"substance": "water"} + }, { "old": {"unnamed": "*"}, "replace": {"noname": "$1"}