Hi all,
I have 2 kmls and I'd like to have ctalayer2 to be on top of ctalayer. I
have
*var ctaLayer = new
google.maps.KmlLayer('http://www.bgstreet.co.uk/bgstr/people23.kmz',
{preserveViewport: true,suppressInfoWindows: true});
var ctaLayer2 = new
google.maps.KmlLayer('http://www.bgstreet.co.uk/bgstr/buss.kml',
{preserveViewport: true,suppressInfoWindows: true});
ctaLayer.setMap(map);
ctaLayer2.setMap(map);*
*
*
Which works fine in opera browser, always. In other browsers (i.e. chrome,
IE8, FF) it shows ctalayer on top of ctalayer2. Always. It seems is is not
random how that layers are stacked.
Moreover:
*ctaLayer2.setMap(map);
ctaLayer.setMap(map);*
will result that in all browser (incl. opera) ctalayer is on top of
ctalayer2.
How can I have ctalayer2 to be on top of ctalayer always and in all
browsers?
--
You received this message because you are subscribed to the Google Groups
"Google Maps JavaScript API v3" group.
To view this discussion on the web visit
https://groups.google.com/d/msg/google-maps-js-api-v3/-/662La0HWdO4J.
To post to this group, send email to google-maps-js-api-v3@googlegroups.com.
To unsubscribe from this group, send email to
google-maps-js-api-v3+unsubscr...@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/google-maps-js-api-v3?hl=en.