From db800e0be6bbb991851c7721bd9646a6fdd3194c Mon Sep 17 00:00:00 2001 From: Quincy Morgan Date: Mon, 25 Feb 2019 09:27:59 -0500 Subject: [PATCH] Deprecate highway=abandoned (close #5968) --- data/deprecated.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/data/deprecated.json b/data/deprecated.json index cdc81ea61..1b9687a1a 100644 --- a/data/deprecated.json +++ b/data/deprecated.json @@ -152,6 +152,10 @@ "old": {"footway": "separate"}, "replace": {"sidewalk": "separate"} }, + { + "old": {"highway": "abandoned"}, + "replace": {"abandoned:highway": "*"} + }, { "old": {"highway": "ford"}, "replace": {"ford": "*"}