Closed GoogleCodeExporter closed 9 years ago
I had a similar problem. IIRC before using zoomToSpan you should try to set a
zoom level manually. HTH.
Original comment by dirk.hol...@gmail.com
on 6 Feb 2012 at 2:29
The problem is in ZoomOutTileLooper.handleTile which will take multiple tiles
and scale them down into a single tile. If the zoom difference (mDiff) is too
large, then it tries to make a single tile out of a large number of tiles.
So the fix would be that if the zoom difference is larger than one (mDiff>1),
the tiles should not be scaled.
Original comment by ivkovic....@gmail.com
on 26 Mar 2012 at 5:53
Soulds like the same is issue 315
http://code.google.com/p/osmdroid/issues/detail?id=315 where I have posted code
that will fix the issue by restricting the scaling to only a small number of
levels.
Original comment by iforpow...@gmail.com
on 26 Mar 2012 at 6:34
Patch applied in revision 1084.
See issue 315.
Original comment by neilboyd
on 30 Mar 2012 at 8:38
Original issue reported on code.google.com by
DuneL...@gmail.com
on 5 Jan 2012 at 10:58