Add missing hover option to the SelectFeature control.
Thanks Arnie Shore.
This commit is contained in:
@@ -57,6 +57,7 @@ function init() {
|
||||
|
||||
// create the select feature control
|
||||
var selector = new OpenLayers.Control.SelectFeature(vector,{
|
||||
hover:true,
|
||||
autoActivate:true
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user