From dc3034e1b9effd1bb1706520026572f2003a33b7 Mon Sep 17 00:00:00 2001 From: Quincy Morgan Date: Tue, 19 Feb 2019 12:15:31 -0500 Subject: [PATCH] Add deprecated tag waterway=aqueduct --- data/deprecated.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/data/deprecated.json b/data/deprecated.json index f2ef63a68..f5028ec8c 100644 --- a/data/deprecated.json +++ b/data/deprecated.json @@ -270,6 +270,10 @@ { "old": {"water": "tidal"}, "replace": {"natural": "water", "tidal": "yes"} + }, + { + "old": {"waterway": "aqueduct"}, + "replace": {"waterway": "canal", "bridge": "aqueduct"} } ] }