Dude!! That is cool and works perfectly! One of my attempted hacks was a lame attempt at what you did. Then I really hacked it up and created different marker classes (LMHigh and LMMedium) that mimicked the zIndexProcess. This approach worked, but I hated it.
I'm not johnny-javascript at all. I really appreciate the help. Thanks. Jason On May 20, 12:17 am, Pil <[email protected]> wrote: > Sorry, my suggestion to comment out two lines in labeledmarker.js > wasn't quite correct or incomplete. The z-index of the marker's label > mustn't be avoided but made in accordance with the return value of > zIndexProcess. > > So here is quick hack that does that. You can define the property > marker.z_index before overlaying a labeled marker. marker.z_index > should be a reference to an integer. The higher this number the higher > will be the marker's order. > You can also define an inverse or any other order in the function > called from zIndexProcess. > > http://www.wolfpil.de/labeled/t2.html > -- You received this message because you are subscribed to the Google Groups "Google Maps API" 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.
