Open GoogleCodeExporter opened 9 years ago
At the moment the internal network manager uses a persistent cache for the
tiles, but it is limited to 50MB.
Would the following changes achieve what you want to accomplish?:
- Make the cache size configurable
- Add "clear cache" option
- Add option to prefetch tiles along a route
Original comment by veaac.fd...@gmail.com
on 17 Dec 2010 at 9:39
Yes, I noticed QNetworkDiskCache could do the same thing, while the current
MapnikRenderer's format is yet not capable of doing such seamless caching. Add
a route to prefetch tiles in specified area and zoom levels would also be
enough for off line map case.
Original comment by fever...@gmail.com
on 17 Dec 2010 at 11:41
MapnikRenderer's format would be able to manage adding new tiles etc.. but it
would not be feasible to delete tiles ( which is necessary unless you want to
display outdated tiles ). Therefore I will stick to QNetworkDiskCache for the
moment, although it puts a lot of strain on the file system, i.e., one file per
tile.
Original comment by veaac.fd...@gmail.com
on 17 Dec 2010 at 12:25
Original issue reported on code.google.com by
fever...@gmail.com
on 17 Dec 2010 at 7:59