yugalatea / gwt-google-apis

Automatically exported from code.google.com/p/gwt-google-apis
0 stars 0 forks source link

maps: window.jstiming is undefined #256

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I get this error since today afternoon. When using Google Maps with GWT via
gwt-maps-1.0.3 this exception is thrown. I was using gwt-maps-1.0.3 before,
but never got this error.

[ERROR] Uncaught exception escaped
com.google.gwt.core.client.JavaScriptException: (TypeError):
window.jstiming has no properties
 fileName: http://maps.google.com/intl/de_ALL/mapfiles/152d/maps2.api/main.js
 lineNumber: 1115
 stack:
("jsloader-drag")@http://maps.google.com/intl/de_ALL/mapfiles/152d/maps2.api/mai
n.js:1115
apply([object Object],[object Object])@:0
zk("jsloader-drag")@http://maps.google.com/intl/de_ALL/mapfiles/152d/maps2.api/m
ain.js:1110
...
    at com.google.gwt.maps.client.impl.__MapImplImpl.construct(Native Method)
    at com.google.gwt.maps.client.MapWidget.<init>(MapWidget.java:248)
    at com.google.gwt.maps.client.MapWidget.<init>(MapWidget.java:211)

Original issue reported on code.google.com by mopfa...@gmail.com on 1 Apr 2009 at 4:21

GoogleCodeExporter commented 9 years ago
The HelloMaps sample works for me.

  http://gwt.google.com/samples/HelloMaps-1.0.3/HelloMaps.html

Do the samples included with the environment work for you?

Original comment by galgwt.reviews@gmail.com on 1 Apr 2009 at 5:03

GoogleCodeExporter commented 9 years ago
Everything is working again. Maybe Google published a new Maps API which caused 
this
problems?

Original comment by mopfa...@gmail.com on 4 Apr 2009 at 5:11

GoogleCodeExporter commented 9 years ago
???  This is a risk of using the 2.x version in the URL to load the maps api.  
The 
version is subject to change without notice.  You can fix the version at a 
particular 
one if you don't like this behavior.

Original comment by galgwt.reviews@gmail.com on 4 Apr 2009 at 12:42