On Sep 2, 1:20 pm, bkennedy <[EMAIL PROTECTED]> wrote: > I'm pulling GIS ponts from a DB and I have 2 points with the same > coordinates. How can I handle that with gmaps? I need visitors to be > able to access infowindows on both points. > I've read this > thread:http://groups.google.com/group/Google-Maps-API/browse_thread/thread/b... > But certainly fudging the coords isn't the best way to proceed. The > points need to be as accurate as possible, since I'm pulling data from > a precise source for a precise location. > I picture the way Google Earth will split apart clusters when the user > clicks on them. > thanks in advance
The previous discussions on this have suggested adding a single marker with a tabbed infoWindow, put each set of "marker" information on a tab. You can do the combination either on your server or in javascript. -- Larry --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Maps API" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/Google-Maps-API?hl=en -~----------~----~----~----~------~----~------~--~---
