From b00a7e31ec109e09e2dd78f4dd83ebe2168f228e Mon Sep 17 00:00:00 2001 From: Martin Raifer Date: Wed, 24 Jan 2024 13:43:29 +0100 Subject: [PATCH] don't consider traffic_calming features as areas prerequisite for https://github.com/openstreetmap/id-tagging-schema/pull/1076 --- CHANGELOG.md | 3 +++ modules/osm/tags.js | 3 --- modules/presets/index.js | 1 - 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0fc06ebcc..77f4ba319 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -52,6 +52,8 @@ _Breaking developer changes, which may affect downstream projects or sites that #### :earth_asia: Localization #### :hourglass: Performance #### :mortar_board: Walkthrough / Help +#### :rocket: Presets +* Don't consider traffic_calming features as areas ([id-tagging-schema#1076]) #### :hammer: Development [#9424]: https://github.com/openstreetmap/iD/pull/9424 @@ -59,6 +61,7 @@ _Breaking developer changes, which may affect downstream projects or sites that [#9876]: https://github.com/openstreetmap/iD/issues/9876 [#9983]: https://github.com/openstreetmap/iD/issues/9983 [#9992]: https://github.com/openstreetmap/iD/issues/9992 +[id-tagging-schema#1076]: https://github.com/openstreetmap/id-tagging-schema/pull/1076 [@ramith-kulal]: https://github.com/ramith-kulal diff --git a/modules/osm/tags.js b/modules/osm/tags.js index f3eb6cc1d..32207091a 100644 --- a/modules/osm/tags.js +++ b/modules/osm/tags.js @@ -60,9 +60,6 @@ export var osmAreaKeysExceptions = { turntable: true, wash: true }, - traffic_calming: { - island: true - }, waterway: { dam: true } diff --git a/modules/presets/index.js b/modules/presets/index.js index 2caf97549..b84601b10 100644 --- a/modules/presets/index.js +++ b/modules/presets/index.js @@ -302,7 +302,6 @@ export function presetIndex() { footway: true, railway: true, junction: true, - traffic_calming: true, type: true }; let areaKeys = {};