ThinkGeo.com    |     Documentation    |     Premium Support

Tile Caching in MVC Edition

Hi Support,



Why everytime I pan on the map, the tiles are being rendered from the remote server? Is there a way to cache the viewed tiles and read from them.

Badly need this feature to increase performance with the iPad and limit data usage.



Is there a way I can implement similar thing as with this example from the OpenLayer?



openlayers.org/dev/examples/offline-storage.html



Many thanks,

Benito Gamas

Hi Benito: 
  
 Would you please try to use clientCahce with the following code: 
  
 LayerOverlay.ClientCache = new ClientCache(new System.TimeSpan(1, 0, 0), "mapCache"); 
  
 Hope it helps 
  
 Summer