Add missing hover option to the SelectFeature control.

Thanks Arnie Shore.
This commit is contained in:
Frederic Junod
2012-04-25 10:33:35 +02:00
parent 1ace4df160
commit 5f1651a30f

View File

@@ -57,6 +57,7 @@ function init() {
// create the select feature control
var selector = new OpenLayers.Control.SelectFeature(vector,{
hover:true,
autoActivate:true
});