That's not the actual code, it's just a sample as I thought you
intended.
Here's the URL: http://smavilt.north.cybercomgroup.com/karta_z/
(It might be a little bit up'n'down due to testings.)

Please take a look.

Regards,
Woodleigh

On Aug 31, 5:59 pm, Mike Williams <[email protected]> wrote:
> 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 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
-~----------~----~----~----~------~----~------~--~---

Reply via email to