OpenLayers JavaScript Mapping Library |
OpenLayers. Handler. FeatureHandler to respond to mouse events related to a drawn feature. Callbacks will be called for over, move, out, up, down, and click (corresponding to the equivalent mouse events). Summary
OpenLayers. Handler. FeatureParameters
|
Handle click.
click: function( evt )
Handle mouse down.
mousedown: function( evt )
Handle mouse moves.
mousemove: function( evt )
Handle mouse up.
mouseup: function( evt )
Capture double-clicks.
dblclick: function( evt )
Trigger the appropriate callback if a feature is under the mouse.
select: function( type, evt )
Turn on the handler.
activate: function()