Closed GoogleCodeExporter closed 9 years ago
Taking the projection class I reproduced the issue and tried to trace through
it in
Hosted mode.
The problem is happening somewhere after these entry points return.
I added GWT.log() statements before each return in the tileCheckRange()
statement but
then had trouble reproducing the problem.
I did experience a hosted mode crash (on Mac OS X 10.5) while trying to debug
the
problem (crash pointed to invalid pointer ref in swt library)
Original comment by galgwt.reviews@gmail.com
on 26 Sep 2008 at 11:51
com.google.gwt.dev.shell.HostedModeException: Expected primitive type
boolean; actual value was undefined
The error is happening while hosted mode tries to pass the 3rd arg of
fromPixelToLatLng() - the "unbounded" parameter.
public LatLng fromPixelToLatLng(Point point, int zoomLevel, boolean unbounded);
Original comment by galgwt.reviews@gmail.com
on 26 Sep 2008 at 1:38
Discussion of proposed solutions are out for review on the
Google-Web-Toolkit-Contributors group.
Original comment by ericzun...@gmail.com
on 26 Sep 2008 at 8:43
Committed fix for this issue in JSIO r89, and in Maps/Search in r860.
Original comment by galgwt.reviews@gmail.com
on 1 Oct 2008 at 5:25
Tested, and it works now! Thanks!!!!
Original comment by cyf...@gmail.com
on 3 Oct 2008 at 1:28
Original comment by galgwt.reviews@gmail.com
on 11 Dec 2008 at 3:08
Updating account names
Original comment by zundel@google.com
on 21 Dec 2009 at 1:59
Original issue reported on code.google.com by
galgwt.reviews@gmail.com
on 26 Sep 2008 at 11:48