Wasn't it Terk who wrote: > >One more thing, The xml file is created all at one time (it takes a >long time to output from Access 2007), and then i upload it to the >server. Just the XML
But if you try to get your server script to work from a plain XML file, it will take a long time to read through it to select the locations. Because there's no database structure, the only way to process the data is to look at every record. Put it in a database with the lat and lng fields indexed, and you can perform an efficient SELECT that goes directly to the records you need. -- http://econym.org.uk/gmap The Blackpool Community Church Javascript Team --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
