Skip to content

Commit

Permalink
only treat traffic_calming=island as an area tag
Browse files Browse the repository at this point in the history
this is required for a proper fix of openstreetmap/id-tagging-schema#733
  • Loading branch information
tyrasd committed Jan 18, 2023
1 parent 4b83dce commit dc9b6a3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions modules/osm/tags.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,9 @@ export var osmAreaKeysExceptions = {
turntable: true,
wash: true
},
traffic_calming: {
island: true
},
waterway: {
dam: true
}
Expand Down
1 change: 1 addition & 0 deletions modules/presets/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -305,6 +305,7 @@ export function presetIndex() {
footway: true,
railway: true,
junction: true,
traffic_calming: true,
type: true
};
let areaKeys = {};
Expand Down

0 comments on commit dc9b6a3

Please sign in to comment.