You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to leafl...@googlegroups.com
I noticed there's an option called "zindexoffset" for controlling the stacking order of markers, but it doesn't seem to work for circleMarkers. Is there a workaround to control the stacking order for circleMarkers?
Thanks,
Scott
FunkMonkey33
unread,
May 29, 2012, 8:09:22 PM5/29/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Leaflet
Circles and CircleMarkers use SVG (if available on the user's
browser), which don't support z-indexing. Z-order is based on the
order in which the elements were added to the map.