Hello

I created my own base map type which does nothing but implement the getTile 
function like so:

    var div = ownerDocument.createElement('DIV');
>     div.style.width = this.tileSize.width + 'px';
>     div.style.height = this.tileSize.height + 'px';
>     return div;


But since today, it takes ages to load the tiles after I set the mapTypeId 
when zooming in to zoomlevel 20 (before was maptypeid "satellite").

Did anything in the last 24 hours?

Thanks

-- 
You received this message because you are subscribed to the Google Groups 
"Google Maps JavaScript API v3" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-maps-js-api-v3/-/uz7ETZYIhMsJ.
To post to this group, send email to google-maps-js-api-v3@googlegroups.com.
To unsubscribe from this group, send email to 
google-maps-js-api-v3+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.

Reply via email to