On Mar 3, 7:43 pm, "Luke (Google Employee)" <[email protected]> wrote:
> Hey everyone!
>
> We've recently pushed out a new version of the API.  See the list of
> changes 
> below:http://code.google.com/p/gmaps-api-issues/wiki/JavascriptMapsAPIv3Cha...
>
> Changes Issues:
> Issue 2136: MarkerImage properties obfuscated.
> Issue 1801: zIndex can now be specified on polygon and polylines.
>
> Noticable changes:
> - Map jump-jump bug fixed.
> - Zooming twice in succession has been improved.
> - Marker drag event .latLng is no longer obfuscated.
>
> Please test and provide feedback.
>
> Thanks!
>
> Luke

For V 3.0.1:

I am seeing "Sorry we have no imagery here" much less frequently but I
am still seeing it on a few stubborn tiles.  Also, if I do consecutive
zooms without waiting for each to complete, the in transit tiles are
lost forever if I return to the intermediate zoom levels.

You guys really have to use a "mine sweeper" on a long fuse to retry
lazy tiles.  It may be a rare event but it does occur.  If everything
is intact, the "watch dog" has nothing to do.  If anything is missing,
it is able to reissue the request.

    this.src=this.src;

will do it.  Perhaps alternating "mt0.google.com" with
"mt1.google.com" will circumvent a slow path.

Also, could you add something to the API to reload all tiles even
though you are convinced everything is already loaded correctly.
Switching zoom levels no longer does it.  Once the API erroneously
believes a tile is loaded, I cannot force it to be reloaded.  Clearing
the cache wipes out everything else.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Maps JavaScript API v3" 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-js-api-v3?hl=en.

Reply via email to