Display tooltip when mouse is over a point

Joe Bussell joe.bussell at GMAIL.COM
Sun Dec 9 10:11:32 EST 2007


I solved this problem by using Perl Mapscript.  I used a spatial query to
find the relevant points in my view.  I then iterated over that list and
constructed a div element for each item.  This allowed me to do the hover
over using standard Javascript goodness, including allowing a click event.

YMMV,

Joe Bussell

On Dec 9, 2007 4:46 AM, Milo van der Linden <mlinden at zeelandnet.nl> wrote:

> Your question is all client side related. There are several clients out
> there that you can put on top of Mapserver WMS (and sometimes WFS)
>
> Projects that I think are active and stable are:
>
> - Google Maps: http://code.google.com/apis/maps/
> - OpenLayers: http://www.openlayers.org/
> - Flamingo MC: http://www.flamingo-mc.org/
>
>
> Look in to them for details and select your client component of choice.
>
> Kind regards,
> Milo van der Linden
> http://www.3dsite.nl
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.osgeo.org/pipermail/mapserver-users/attachments/20071209/bcbd9037/attachment.html


More information about the mapserver-users mailing list