I have defined an OpenLayers.Select.Control - I need only hoveron and hoverout events. I have implemented it using callbacks that and it works. But I need to disable just on feature clicking functionality. How can I do that?
Tell me more
×
Geographic Information Systems Stack Exchange is a question and answer site for
cartographers, geographers and GIS professionals. It's 100% free, no registration required.
|
|
|||
|
|
|
You may set
Copypaste from documentation: Select on mouse over and deselect on mouse out. If true, this ignores clicks and only listens to mouse moves (http://dev.openlayers.org/docs/files/OpenLayers/Control/SelectFeature-js.html#OpenLayers.Control.SelectFeature.hover). Listen for featurehighlighted and featureunhighlighted events. |
|||
|
|