Use Ctrl key / Meta key to activate the selection drag box
This commit is contained in:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user