On Sep 8, 3:32 pm, Paul Preston <[email protected]> wrote: > I would definitely ask a surgeon to explain in Lay man terms how to do > surgery... if I had to do it myself ;-)
Oh my goodness! I'd much rather pay a professional to cut me up! :-) > if not KML what is the best solution? Once I have implemented that how then > do I get the info window content to be more dynamic? If, as you mentioned earlier, you already have the data in a database, then you can load it directly with AJAX, for example in the same way as it is done in the Store Locator tutorial: http://code.google.com/apis/maps/articles/phpsqlsearch.html However, with as many as 22K markers you're going to need some more advanced solution. Either -- Limit the number of markers to a max of about 200 or -- Server side clustering or -- Custom tiles Once you make a decision and start hacking, post again, (with a link), if you run into specific problems. Good luck. -- Marcelo - http://maps.forum.nu -- > > Sorry for not adhering to the guidelines at this time. I promise to do so on > my next approach. > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
