yenbao1340 / gmaps-utility-library-dev

Automatically exported from code.google.com/p/gmaps-utility-library-dev
0 stars 0 forks source link

mapWidth #140

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
in the resetManager_ there is line
mapWidth<<=1;

which will overflow in zoom level 23 setting gridWidth_[23] to -2097152

Using mapWidth*=2; would allow zoom level 23+ to work properly.

Original issue reported on code.google.com by nim...@gmail.com on 5 Aug 2009 at 10:24

GoogleCodeExporter commented 8 years ago
Thanks, we'll try to integrate that for next release.

Original comment by pamela.fox on 16 Aug 2009 at 10:46