Hi Anakreon, On Dec 9, 2007 4:09 PM, Anakreon Mentis <[EMAIL PROTECTED]> wrote: > What I'm trying to achieve is to display a tooltip > when the mouse is over a point (a location which comes from > a layer). The tooltip would contain information retrieved from > that layer. > > Is there a widget in the stable release which can do this?
You can do this with the WfsGetFeature widget. Look at the wfs-t demo, this shows you how it can be done. But I would really recommend to switch to a newer release of Mapbuilder. Next week we will release 1.5rc1, which will have nice features like TipWidgetOL for displaying popups on the map. > Also, I would like to listen to double click event when > the target is a point from that layer. The easiest way to do this is using a Mapbuilder version that uses OpenLayers for map rendering (1.5alpha1 is the first one), by registering for the OpenLayers dblclick event in a custom widget. Regards, Andreas. ------------------------------------------------------------------------- SF.Net email is sponsored by: Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://sourceforge.net/services/buy/index.php _______________________________________________ Mapbuilder-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mapbuilder-users
