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
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
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
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