Wasn't it Woodleigh who wrote:
>
>Currently our server is down, but here's a code sample:
>
>var overlay1 = new GGeoXml("http://.../kml/areas1_.kml");
>GEvent.addListener(overlay1, "load", funtion(){
> alert("overlay1 loaded");
>});
>
>var overlay2 = new GGeoXml("http://.../kml/areas2_.kml");
>GEvent.addListener(overlay2, "load", funtion(){
> alert("overlay2 loaded");
>});
>
>var overlay3 = new GGeoXml("http://.../kml/areas3_.kml");
>GEvent.addListener(overlay3, "load", funtion(){
> alert("overlay3 loaded");
>});
>
>The events comes in the correct order, "overlay1 loaded", "overlay2
>loaded" and "overlay3 loaded", but overlay3 is displayed below
>overlay1.
But that's nothing like what I suggested.
Try waiting for one GGeoXml call to complete before starting the next.
--
Mike Williams
http://econym.org.uk/gmap
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---