I updated issue 291 and submitted a patch to fix. You can use PolylineOptions pOpt = PolylineOptions.newInstance(false, false)
in the mean time. On Sat, Jul 11, 2009 at 1:38 PM, Eric Ayers<[email protected]> wrote: > What version of the Maps API did you load? With the gwt-maps-1.0.4 > release, the minimum required version is 2.147. I've just updated the > online release notes to reflect that. > > http://code.google.com/docreader/#p=gwt-google-apis&s=gwt-google-apis&t=MapsReleaseNotes > > > On Fri, Jul 10, 2009 at 10:55 AM, DHM<[email protected]> wrote: >> >> [code] >> PolylineOptions pOpt = PolylineOptions.newInstance(false); // >> not >> clickable >> [/code] >> >> Leads to the error >> [code] >> com.google.gwt.core.client.JavaScriptException: (TypeError): >> 'geodesic' is undefined >> number: -2146823279 >> description: 'geodesic' is undefined >> [/code] >> >> Running in the GWT shell on eclipse. I haven't tried the real browser. >> >> I've tried tracing it down, but couldn't find the actual culprit in >> GWT. Any ideas? >> >> Everything seems good down to: >> [code] >> ModuleSpaceIE6.invokeNative >> ("@com.google.gwt.maps.client.overlay.PolylineOptions::newInstance >> (Z)",null,[boolean], [false]) >> [/code] >> result in this method looks right, btw. >> >> >> >> > > > > -- > Eric Z. Ayers - GWT Team - Atlanta, GA USA > http://code.google.com/webtoolkit/ > -- 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 [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-Web-Toolkit?hl=en -~----------~----~----~----~------~----~------~--~---
