From 5f1651a30f148ab2cfee861a7c6dfe109b7014cd Mon Sep 17 00:00:00 2001 From: Frederic Junod Date: Wed, 25 Apr 2012 10:33:35 +0200 Subject: [PATCH] Add missing hover option to the SelectFeature control. Thanks Arnie Shore. --- examples/light-basic.js | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/light-basic.js b/examples/light-basic.js index 15381f460b..89465bede4 100644 --- a/examples/light-basic.js +++ b/examples/light-basic.js @@ -57,6 +57,7 @@ function init() { // create the select feature control var selector = new OpenLayers.Control.SelectFeature(vector,{ + hover:true, autoActivate:true });