Use Ctrl key / Meta key to activate the selection drag box

This commit is contained in:
Frederic Junod
2015-10-15 13:49:37 +02:00
parent c27bcd86d3
commit a04022e8df
2 changed files with 2 additions and 2 deletions

View File

@@ -44,7 +44,7 @@ var selectedFeatures = select.getFeatures();
// a DragBox interaction used to select features by drawing boxes
var dragBox = new ol.interaction.DragBox({
condition: ol.events.condition.shiftKeyOnly,
condition: ol.events.condition.platformModifierKeyOnly,
style: new ol.style.Style({
fill: new ol.style.Fill({
color: [255, 255, 255, 0.4]