Wasn't it vince who wrote: > >> One thing you might consider is initially centring your map at a point >> above latitude 85.5, where there is no map imagery, so you just see the >> blank grey background that looks exactly the same as a map that hasn't >> been centred. > >That worked :) Unless someone can think of a better solution I'll >roll this out to production.
It's also reasonably efficient because the API knows that there can't possibly be any image tiles for such a latitude, because GMercatorProjection.tileCheckRange() returns false, so it doesn't make any tile requests. -- http://econym.org.uk/gmap The Blackpool Community Church Javascript Team --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
