Hello, I have an xml data set with about 4,000 polylines that I parse and plot on a Google Map (here's the map with about half as many polylines: http://www.gregcorradini.com/page2.htm).
This is a slow load for obvious reasons. I want to speed up the processing and I'm looking for suggestions. After reading some posts, my idea is to break the data set into smaller geographic areas. I guess I would then want to pass the extent (the bounding box) to the server and use that info to decide which data set to load, then pass back the file I need to parse. I think this can be done with network links from my reading, but I'm not sure. Can someone help me map out this territory? Do I want to use a network link to pass bounding boxes back and forth to the server? Is there another way to do this with just GLatLngBounds? Does anyone have a simple kml file and server side script (PHP, Python) that shows this in action? Thanks --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
