From bd1dd8f929ef8986401c742c62a37dc699ea0db4 Mon Sep 17 00:00:00 2001 From: Martin Raifer Date: Mon, 17 Apr 2023 17:25:48 +0200 Subject: [PATCH] suggest to remove "highway=crossing" when "crossing=no" resolves https://github.com/openstreetmap/id-tagging-schema/issues/863#issuecomment-1505870430 --- data/deprecated.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/data/deprecated.json b/data/deprecated.json index 84f1b856..a0c18a20 100644 --- a/data/deprecated.json +++ b/data/deprecated.json @@ -446,6 +446,10 @@ "old": {"crossing": "traffic_lights"}, "replace": {"crossing": "traffic_signals"} }, + { + "old": {"crossing": "no", "highway": "crossing"}, + "replace": {"crossing": "no"} + }, { "old": {"cuisine": "gluten-free"}, "replace": {"diet:gluten_free": "*"}