From 01e7739976fcf6db8ba9f253ce52e72f0cc4242a Mon Sep 17 00:00:00 2001 From: Martin Raifer Date: Fri, 15 Mar 2024 20:16:26 +0100 Subject: [PATCH] patch v6.7.2: `traffic_calming=island + area=yes` -> `area:highway=traffic_island` partially addresses https://github.com/openstreetmap/id-tagging-schema/issues/1162 --- CHANGELOG.md | 8 ++++++++ data/deprecated.json | 4 ++++ 2 files changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b75882e1..19f22577 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -23,6 +23,14 @@ _Breaking developer changes, which may affect downstream projects or sites that [@xxxx]: https://github.com/xxxx --> +# 6.7.2 +##### 2024-Mar-15 + +* Upgrade objects tagged with `traffic_calming=island + area=yes` to `area:highway=traffic_island` ([#1162]) + +[#1162]: https://github.com/openstreetmap/id-tagging-schema/issues/1162 + + # 6.7.1 ##### 2024-Mar-14 diff --git a/data/deprecated.json b/data/deprecated.json index 24d5872b..a35af8bb 100644 --- a/data/deprecated.json +++ b/data/deprecated.json @@ -1777,6 +1777,10 @@ "old": {"transformer": "traction"}, "replace": {"transformer": "main"} }, + { + "old": {"traffic_calming": "island", "area": "yes"}, + "replace": {"area:highway": "traffic_calming"} + }, { "old": {"tunnel": "1"}, "replace": {"tunnel": "yes"}