mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-17 22:24:49 +02:00
Exclude barrier from areaKeys
Because like the others, they are generally lines but can occasionally be areas or lines
This commit is contained in:
+1
-1
@@ -53,7 +53,7 @@ iD.presets = function() {
|
||||
// and the subkeys form the blacklist.
|
||||
all.areaKeys = function() {
|
||||
var areaKeys = {},
|
||||
ignore = ['highway', 'footway', 'railway', 'type'],
|
||||
ignore = ['barrier', 'highway', 'footway', 'railway', 'type'],
|
||||
presets = _.reject(all.collection, 'suggestion');
|
||||
|
||||
// whitelist
|
||||
|
||||
Reference in New Issue
Block a user