On Feb 21, 4:45 am, Rossko <[email protected]> wrote: > > -When the link or marker is clicked in FF, firebug displays a cluster > > of "Error in parsing value for 'z-index'. Declaration dropped." > > messages, but the script still completes with the desired result. > > Don't seem to get errors in FF2, but doesn't > function importanceOrder (marker,b) { > return GOverlay.getZIndex(marker.getPoint().lat()) + > marker.importance * 1000000; > return a float rather than an integer in some browsers?
Out of curiosity, I added parseInt to the return, but no difference. > > > V2.stable fails with > > an unknown function error at setUIToDefault(). > > Well, yes. That isn't present in 2.140 (the current > 2.s)http://code.google.com/apis/maps/documentation/reference.html#GMap2.s... I kinda figured that :) -- 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.
