Skip to content

Commit dc9b6a3

Browse files
committed
only treat traffic_calming=island as an area tag
this is required for a proper fix of openstreetmap/id-tagging-schema#733
1 parent 4b83dce commit dc9b6a3

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

modules/osm/tags.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,9 @@ export var osmAreaKeysExceptions = {
6060
turntable: true,
6161
wash: true
6262
},
63+
traffic_calming: {
64+
island: true
65+
},
6366
waterway: {
6467
dam: true
6568
}

modules/presets/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -305,6 +305,7 @@ export function presetIndex() {
305305
footway: true,
306306
railway: true,
307307
junction: true,
308+
traffic_calming: true,
308309
type: true
309310
};
310311
let areaKeys = {};

0 commit comments

Comments
 (0)