I want to add a satelite layer(the whole China) in the map suite.
but when I use the cache,and the example "Multi Geo Raster Layer", the speed is very slow.
how can I speed up the loading?
thinks,
llw
I want to add a satelite layer(the whole China) in the map suite.
but when I use the cache,and the example "Multi Geo Raster Layer", the speed is very slow.
how can I speed up the loading?
thinks,
llw
Hi Liu,
Thanks for your post, and welcome to MapSuite World, i guess you could use LayerOverlayer.TileCache to speed up, here are some hints, please try it out:
Overlay.TileCache = new FileBitmapTileCache(cacheDirectory);
Overlay.TileCache.CacheId = cacheid;
Hope it helps
Johnny