Open GoogleCodeExporter opened 8 years ago
[deleted comment]
I think the fix for issue207 has caused this issue
Original comment by ori.kle...@gmail.com
on 9 May 2013 at 9:23
Ori.klein1 is correct. The tile downloader requires a file cache. When a tile
is downloaded it is written to the file cache and then the tile is served by
the filesystem provider. If you read issue 207 it explains that this prevents
the situation where tiles are downloaded for an area that is now off-screen.
Previously this would push out tiles from the memory cache that were on the
screen causing the tiles to "flash".
Original comment by kurtzm...@gmail.com
on 14 Jun 2013 at 2:01
ok, thanks for explanation.
Original comment by lukas.vy...@gmail.com
on 18 Jun 2013 at 6:55
Original issue reported on code.google.com by
lukas.vy...@gmail.com
on 23 Mar 2013 at 11:33