From 4fed7efe1fc9f5d8e9703916f85b0f68d2da60b6 Mon Sep 17 00:00:00 2001 From: Martin Raifer Date: Fri, 5 Apr 2024 18:24:01 +0200 Subject: [PATCH] fix wrong tag in deprecation rule, fixes #1180 wrong tag was introduced in https://github.com/openstreetmap/id-tagging-schema/commit/01e7739976fcf6db8ba9f253ce52e72f0cc4242a --- data/deprecated.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/deprecated.json b/data/deprecated.json index f804df49..5f36d775 100644 --- a/data/deprecated.json +++ b/data/deprecated.json @@ -1778,7 +1778,7 @@ }, { "old": {"traffic_calming": "island", "area": "yes"}, - "replace": {"area:highway": "traffic_calming"} + "replace": {"area:highway": "traffic_island"} }, { "old": {"tunnel": "1"},