View Single Post
Posts: 15 | Thanked: 2 times | Joined on Oct 2011 @ Finland
#65
Thanks for the new release. Just tried mapping with OSM again and noticed that the caching is still disabled even though it is a must IMHO. Fetching the map tiles every time again and again is a waste of network resources and especially time.

So please just uncomment the following line in "qgeomappingmanagerengine_osm.h":
Code:
// #define USE_NETWORK_CACHE
This really boosts the map loading in N9! There should be gigabytes of memory to use for the maps. If some limit is needed, then lets just code that - right?