But that way you'll actually post all the lon / lat + other information in your javascript code. I've checked out some big sites that implemented google maps and they never had that. They always generated XML.
I was thinking that I maybe could generate an physical XML file (name it with a random generated hash, like: jk2hjk234238423jkh23423j4h23.xml) while performing the query on the DB. Call that XML file in the Google Maps Javascript code and at the end of the page delete that physical XML file again. Don't know how that solution will perform with when receiving a lot of visitors though. Thanks for your input ProbablyMike! I would love to hear other experiences as well. Regards, Marc On 24 aug, 17:27, ProbablyMike <[email protected]> wrote: > Hi Marc, > > What I did when adding Google Maps to an existing search here, I > create a JavaScript array of the lat/longs along with Names & other > bits while writing out the search results. > > And then use this array to create the map after the search is complete. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
