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

View File

@@ -60,9 +60,6 @@ export var osmAreaKeysExceptions = {
turntable: true,
wash: true
},
traffic_calming: {
island: true
},
waterway: {
dam: true
}

View File

@@ -302,7 +302,6 @@ export function presetIndex() {
footway: true,
railway: true,
junction: true,
traffic_calming: true,
type: true
};
let areaKeys = {};