Are you experiencing this with Chrome only by any chance? I've recently seen Chrome rendering custom maps very slowly but other browsers render the same custom maps perfectly. The same custom maps previously (not sure how long ago) worked fine with Chrome.
Martin. On Jan 25, 10:33 am, NoRyb <phrei....@gmail.com> wrote: > 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 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.