From fe5f19d0b6832c7aa4f2f2be5c22f6b007dd029b Mon Sep 17 00:00:00 2001 From: Quincy Morgan <2046746+quincylvania@users.noreply.github.com> Date: Tue, 5 Jan 2021 11:08:41 -0500 Subject: [PATCH] Don't flag `highway=no` since people might use it intentionally (close #105) --- data/deprecated.json | 3 --- 1 file changed, 3 deletions(-) diff --git a/data/deprecated.json b/data/deprecated.json index baab7e0f..5967b1f8 100644 --- a/data/deprecated.json +++ b/data/deprecated.json @@ -722,9 +722,6 @@ "old": {"highway": "ford"}, "replace": {"ford": "*"} }, - { - "old": {"highway": "no"} - }, { "old": {"highway": "platform"}, "replace": {"highway": "platform", "public_transport": "platform"}