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 <[EMAIL PROTECTED]> 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 >
