> As you might see, the map will load, but it will (sometimes) give some > blank (grey) spots in the map, like big grey rectangles.
I don't understand jquery, but a glance at Firebug's net activity shows that your KML overlay gets loaded several times. This suggest your map is getting initialised several times, and one part-formed map could be getting interrupted by another built on top, etc. I'd try to arrange your code so that map-building occurs only once. cheers, Ross K --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
