From 9d7d04ed64261fdf66540b68c1e9a99d8015e852 Mon Sep 17 00:00:00 2001 From: Quincy Morgan Date: Mon, 25 Feb 2019 08:59:09 -0500 Subject: [PATCH] Deprecate natural=waterfall (close #5972) --- data/deprecated.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/data/deprecated.json b/data/deprecated.json index 43b19c875..d9ff35c79 100644 --- a/data/deprecated.json +++ b/data/deprecated.json @@ -223,6 +223,10 @@ "old": {"natural": "marsh"}, "replace": {"natural": "wetland", "wetland": "marsh"} }, + { + "old": {"natural": "waterfall"}, + "replace": {"waterway": "waterfall"} + }, { "old": {"office": "administrative"}, "replace": {"office": "government"}