mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-13 01:02:58 +00:00
don't consider traffic_calming features as areas
prerequisite for https://github.com/openstreetmap/id-tagging-schema/pull/1076
This commit is contained in:
@@ -60,9 +60,6 @@ export var osmAreaKeysExceptions = {
|
||||
turntable: true,
|
||||
wash: true
|
||||
},
|
||||
traffic_calming: {
|
||||
island: true
|
||||
},
|
||||
waterway: {
|
||||
dam: true
|
||||
}
|
||||
|
||||
@@ -302,7 +302,6 @@ export function presetIndex() {
|
||||
footway: true,
|
||||
railway: true,
|
||||
junction: true,
|
||||
traffic_calming: true,
|
||||
type: true
|
||||
};
|
||||
let areaKeys = {};
|
||||
|
||||
Reference in New Issue
Block a user