Hi,
I need to override the mousedown, mousemove, and mouseup events clientside when drawing a circle on the map. In essense, what I want to do is display the radius of the cicle as the user draws the circle. On the mousedown event, I want to attach a tooltip to the mouse cursor position. This I can easily do with a jquery plugin called QTips2. I want to update the text in the tooltip with the radius as the radius increases/decreases, and finally, want the tooltip to disappear on the mouseup event.
I looked at adding the OpenLayers Control "measure", but it relies on the click event.
Any help is greatly appreciated
Thanks,
Chris