don't consider traffic_calming features as areas

prerequisite for https://github.com/openstreetmap/id-tagging-schema/pull/1076
This commit is contained in:
Martin Raifer
2024-01-24 13:43:29 +01:00
parent 59668638ac
commit b00a7e31ec
3 changed files with 3 additions and 4 deletions
+3
View File
@@ -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
-3
View File
@@ -60,9 +60,6 @@ export var osmAreaKeysExceptions = {
turntable: true,
wash: true
},
traffic_calming: {
island: true
},
waterway: {
dam: true
}
-1
View File
@@ -302,7 +302,6 @@ export function presetIndex() {
footway: true,
railway: true,
junction: true,
traffic_calming: true,
type: true
};
let areaKeys = {};