> -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?
> 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.setUIToDefault
--
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.