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.
