On Nov 16, 8:31 am, Mqrius <[email protected]> wrote: > The problem still exists.
I can see holes with FF. Using Firebug, I cannot see those tiles even requested. > Does anyone have any idea why? Maybe the the small tilesize (100px, 100px) causes just too many http requests at a time. If you have a look at Google's tile requests, they are spread to more than one server. Browsers like it. You could try similar arrangement. Copy your tileset to a different server name and rewrite your getTileUrl() to fetch every second tile from the second server. -- 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.
