From a06b8e430616a5745fa4f384bb6a2f381fbe67d5 Mon Sep 17 00:00:00 2001 From: Quincy Morgan Date: Mon, 28 Jan 2019 12:24:34 -0500 Subject: [PATCH] Add water=intermittent, water=riverbank, water=salt, and water=tidal to deprecated tags list --- data/deprecated.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/data/deprecated.json b/data/deprecated.json index 5dd111c04..375cb97f2 100644 --- a/data/deprecated.json +++ b/data/deprecated.json @@ -214,6 +214,22 @@ { "old": {"tourism": "bed_and_breakfast"}, "replace": {"tourism": "guest_house"} + }, + { + "old": {"water": "intermittent"}, + "replace": {"natural": "water", "intermittent": "yes"} + }, + { + "old": {"water": "riverbank"}, + "replace": {"natural": "water", "water": "river"} + }, + { + "old": {"water": "salt"}, + "replace": {"natural": "water", "salt": "yes"} + }, + { + "old": {"water": "tidal"}, + "replace": {"natural": "water", "tidal": "yes"} } ] }