Hi
I'm now using rimui_maps_lib-1.0.0 for development, and I encountered the white tiles problem. As I want to speed up the map loading process, I have add some codes to do the caching.
memoryCache = new MemoryCache(51200);
_rmsCache = new RmsCache("MJR_HWY_CACHE", 65536, 40);
cachingChain = new CachingChain(new com.nutiteq.cache.Cache[] {memoryCache, rmsCache});
mapComponent.setNetworkCache(cachingChain);
And this caching seems to work smoothly at the very beginning, but it starts to show white tiles after I zoom in and zoom out for a few times. And I don't know why this is happening.
Does anyone knows is there any problem on my caching codes? Thanks.
matthew
Hi jaak,
Thanks for your quick reply.
This problem occured on both the device and the simulator. And I'm using cloudmade map with custom style.
matthew
What device exactly (OS version)? The caching code should be fine, it looks more like networking issue.
Hi jaak,
It is a Curve 8900.
v4.6.1.109(Platform 4.2.0.74).
I have also suspected it is the networking issue, but actually it does have internet connectivity since the app can show the response returned by another server that it talked to.
matthew
What do you have in the application log? Can you send the app itself?
I have kind of standard questions:
- device or emulator where it happens
- what is map source (default/osm, cloudmade, ...)?
/JaakL