[Google Maps API v3] Re: 2 kml layers order issues with different browsers.

2011-11-03 Thread az az
http://www.bgstreet.co.uk/bgstr/ ctalayer2 is a blue truck icon -- 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/-/tYxUDPclwkwJ. To

[Google Maps API v3] Re: 2 kml layers order issues with different browsers.

2011-11-03 Thread geocode...@gmail.com
On Nov 3, 8:11 am, az az wrote: > whatever I do ctalayer2 is always beneath ctalayer. > > only opera honors the order as imposed by > > ctaLayer2.setMap(map); > ctaLayer.setMap(map); > > OR > > ctaLayer.setMap(map); > ctaLayer2.setMap(map); Where is the map that exhibits this behavior? -- Larr

[Google Maps API v3] Re: 2 kml layers order issues with different browsers.

2011-11-03 Thread az az
whatever I do ctalayer2 is always beneath ctalayer. only opera honors the order as imposed by ctaLayer2.setMap(map); ctaLayer.setMap(map); OR ctaLayer.setMap(map); ctaLayer2.setMap(map); -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript

[Google Maps API v3] Re: 2 kml layers order issues with different browsers.

2011-11-03 Thread geocode...@gmail.com
On Nov 3, 7:30 am, az az wrote: > 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