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.
On Aug 31, 1:57 pm, Mike Williams <[email protected]> wrote:
> Wasn't it Woodleigh who wrote:
>
>
>
> >I've now tried your suggestion, Mike.
> >But still the last added overlay may appear below the first.
>
> Any chance of a link to that attempt?
>
> --
> Mike Williamshttp://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
-~----------~----~----~----~------~----~------~--~---