Are you sure that onModuleLoad() was not called?  You can check to see if
the Maps API loaded with the Maps.isLoaded() in your onModuleLoad() method.

On Sun, Nov 2, 2008 at 7:38 AM, Mike <[EMAIL PROTECTED]> wrote:

>
> Hello again,
>
> the problem was caused by a 404 response from maps.google.com, which
> prevented my app from starting up (onModuleLoad was not called).
> The exact url was:
>
> http://maps.google.com/intl/en_ALL/mapfiles/134d/maps2.api/0DD71355CF88B34A78F7E290ADDB4A15.cache.html
> The problem was simple to fix by using version "2.s" of the google
> maps api.
>
> Now i am curious if there's a way to ensure onModuleLoad gets called
> even if the google maps servers are offline (or return any other
> unusable response). Any ideas?
>
> Thanks in advance for any advice,
> Mike.
>
>
>
>
> On Nov 2, 12:34 am, Mike <[EMAIL PROTECTED]> wrote:
> > Hello,
> >
> > i am using GWT with Google maps on my site atwww.hihigu.com.
> > The page worked well so far. Now, all of a sudden, only a white page
> > is displayed most of the time. (Only in some rare occasions the page
> > still loads as expected). Using firebug I've noticed that the browser
> > attempts to load the css file from maps.google.com - which is
> > obviously wrong.
> > Now i hope you could give me a hint what could cause this problem or
> > how to fix it.
> >
> > Thanks in advance for any advice,
> > Mike
> >
>


-- 
Eric Z. Ayers - GWT Team - Atlanta, GA USA
http://code.google.com/webtoolkit/

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to Google-Web-Toolkit@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to