Always toggle selection

This commit is contained in:
Tim Schaub
2014-03-27 11:26:17 -06:00
parent 02a7913c0f
commit 2da07f8837

View File

@@ -32,6 +32,7 @@ var vector = new ol.layer.Vector({
var select = new ol.interaction.Select({
addCondition: ol.events.condition.shiftKeyOnly,
toggleCondition: ol.events.condition.always,
style: new ol.style.Style({
stroke: new ol.style.Stroke({
color: '#3399CC',