On Dec 3, 1:04 am, Al-Haq <[email protected]> wrote: > I'm using Google Maps API v2. I have made a map with a number KML > layers (both polygons and placemarks) that overlap. I have used > GGeoXML to add the layers. I would like to control which layers appear > on top and which underneath. Is this possible? > > You can see the problem here: > > http://alhaq.mits.ps/index.php/multimedia/interactive-map-gaza-strip-...
I haven't used GGeoXml in a while (the v2 API is deprecated, new development is in the v3 API), but I don't see a zIndex in GGeoXml (either). The usual advice is that the layers appear in the order they are displayed on the map, the caveat being that network transmission and rendering time can affect that the first time. So if you want to control the layer order you need to hide all the layers and show them again in the correct order. -- Larry -- You received this message because you are subscribed to the Google Groups "Google Maps API V2" 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.
