Hi,
I have question about the tilecache.
We use rasters ecw ; tif ... and the multigeorasterLayer class.
When I zoom or pan, it's slow and i don't know how to optimize the system.
1) Rasters appears from a certain threshold of zoom and the cache is defined like that :
2) ovLy.TileCache = new FileBitmapTileCache(pathCache, "ManualCache");
ovLy.TileHeight = 1024;
ovLy.TileWidth = 1024;
ovLy.TileType = TileType.HybridTile;
What is the better way to define a cache ?
In the directory "ManualCache", there are severals directorys like ie file attached
What means exactly ?
Thanks a lot.
Regards.
Steph.