Zn2O / gwt-google-apis

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

GWT Google API for maps directions not working #160

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Found in Release: r290 compiled with GWT 1.5RC1

Detailed description:
Directions fail to load in IE7. On Firefox 3.0 works OK.
This problem also happens with the samples distributed in
gwt-maps-0.0.290.zip when selecting demo 'Simple Directions' IE7 throws and
error
gwt-maps-0.0.290/samples/HelloMaps/www/com.google.gwt.maps.sample.maps.HelloMaps
/HelloMaps.html#Simple%20Directions

It seems that it is failing when it reaches the following generated code:
  var jsReturn = $wnd;
  if (!jsReturn.hasOwnProperty('G_GEO_MISSING_QUERY')) {
    jsReturn.G_GEO_MISSING_QUERY = 0;
  }

Workaround if you have one:

Links to the relevant GWT Developer Forum posts:

Original issue reported on code.google.com by varzea.g...@gmail.com on 22 Aug 2008 at 6:38

GoogleCodeExporter commented 9 years ago
See issue 112.

Original comment by galgwt.reviews@gmail.com on 22 Aug 2008 at 6:42