only treat traffic_calming=island as an area tag

this is required for a proper fix of https://github.com/openstreetmap/id-tagging-schema/issues/733
This commit is contained in:
Martin Raifer
2023-01-18 19:15:16 +01:00
parent 4b83dceec1
commit dc9b6a3acb
2 changed files with 4 additions and 0 deletions
+3
View File
@@ -60,6 +60,9 @@ export var osmAreaKeysExceptions = {
turntable: true,
wash: true
},
traffic_calming: {
island: true
},
waterway: {
dam: true
}
+1
View File
@@ -305,6 +305,7 @@ export function presetIndex() {
footway: true,
railway: true,
junction: true,
traffic_calming: true,
type: true
};
let areaKeys = {};