On Feb 26, 3:22 am, Ben Appleton <apple...@google.com> wrote: > We think zIndex control for polylines/polygons would be useful, so we're > adding support for that to the API.
In order to do it for CANVAS, you will have to move each poly into its own CANVAS element. Individual 256 pixel by 256 pixel CANVAS elements are 64K dwords = 256K bytes. In the case of SVG, you may have to move each "path" element to its own "svg" container in order to apply a zIndex. It seems like a lot of extra overhead for marginal benefit. It will impede dragging, panning and zooming. -- 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 google-maps-js-api...@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.