On 30 elo, 03:34, Ralph Ames <[EMAIL PROTECTED]> wrote:
> Have you checked that you have all the same functions as before
> and called in the same manner?
Exactly. That means that you also must index your markers and sidebar
entries just like you do in the first example (parameter i).
Another thing that has nothing to with the issue. The z-indexes of map
overlays in api were changed just recently. The numbers are 32 times
higher than before. You should edit the coefficient to retrieve the z-
index switching action.
Replace
return GOverlay.getZIndex(marker.getPoint().lat())-n*10000;
By
return GOverlay.getZIndex(marker.getPoint().lat())-n*320000;
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---