ThinkGeo.com    |     Documentation    |     Premium Support

WMS Server Cache

Hi everyone,

just a question on WMS server cache: In my app I use an external WMS server and I activate server cache which speeds up loading of the tiles when I come back on the same area.


This works great except when the remote WMS server is down I do not get the tiles even those which are already cached on my server.


In this normal behaviour or can I do something to get my locally cached tiles when the remote server is down ?


Thank you for your help.


 



Hi Gautier, 
  
 From our code, it looks if you open the server cache and cached before, it will render cache before send request to remote server. 
  
 So whatever remote server is down or not, the cache should works. 
  
 Because without a test 3rd part WMS server, we haven’t succeed to reproduce your issue. If possible, could you pelase sent us a simple sample for the issue so we can help you solve that? 
  
 And maybe you can monitor whether the WMS layer in overlay send request when remote server is down and exsiting cache don’t works. 
  
 Regards, 
  
 Don