On Jan 30, 4:52 am, Christian Sanchez <[email protected]> wrote: > Hello, > > I have a doubt: there is any way to render a kml layer (e.g., a kml > with markers) over a google.maps.Polygon drawn with google API? I've > tried setting the zIndex parameter of Polygon even to negative values, > but it doesn't work. > > I've been searching for an issue like mine, and I only found this > post:http://groups.google.com/group/google-maps-js-api-v3/browse_thread/th..., > but it didn't help me,
How about this thread: http://groups.google.com/group/google-maps-js-api-v3/browse_frm/thread/3702ce90b3feaff2# That implies that behavior (native google maps polygons appear over layers) is by design. You may have to make your polygon on a KmlLayer then force that KmlLayer to be on the bottom (another non-trivial exercise, but you could vote for the enhancement request to add zIndex support to KmlLayer) -- Larry > > Thanks. -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" 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-js-api-v3?hl=en.
