--
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-map...@googlegroups.com.
To unsubscribe from this group, send email to google-maps-js-a...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-maps-js-api-v3?hl=en.
--
> No, marker zIndex is supported. When rendering markers in canvas we
> first sort by zIndex.
Sorry - my mistake. Unlike SVG & VML, style.zIndex applies to the whole
CANVAS tile. Sorting does change the rendering order. The event
listeners must resolve ambiguity.
--
Why not add user zIndex to your internal zIndex?
--
Ben
I am not happy with the answer. We don't know anything about your
zIndex formula. It used to be 'top' but you never documented it and
now you even changed the zIndex scheme.
If you you would simply add user zIndex to your internal zIndex,
anyone would be happy.
We would be happy without knowing the formula
you use by latitude. Defining zIndex would be "{z-index:20} will bring
20px high icon on top of others". getZIndex() would return 20 and we
would not be confused with any formulas.
I don't see any trouble with making user zIndex relative to API
internal zIndex.
By the way. Draggable marker doesn't behave well right now concerning
z-index.
--