ThinkGeo.com    |     Documentation    |     Premium Support

Is ok to have some LayerOverlays with larger tilesize and/or Single Tile?

Hi ThinkGeo,


I have couple of LayerOverlays (composed of InMemoryFeatureLayers) in my application. Bu default I  use 256X256 tile size. Some Overlays have more data than the others. So I was wonderfing if it is ok to have lighter overlays with larger size of tiles (512X512) and some make them SingeTile? This reduces the number of requests to the server.


 Is there any suggestion on such optimization.


Regards,


Anil



Hi Anil, 
  
 Yes you can set tile mode and tile size with different overlay.  
  
 I think that should reduce the request time to server, but I am not sure whether that will takes good improve to your performance. 
  
 But I think you can try that, the change will be small for your code. 
  
 Regards, 
  
 Don