ThinkGeo.com    |     Documentation    |     Premium Support

Map flickering effect with cached/uncached layers

Hello,


I display layers with activated FileBitmap-Cache and layers where cache is inactive in Map-Control.  PreviewTileCache is activated. When Map-Control starts drawing the layer data from cache are displayed directly and uncached layer are drawn accordingly. It looks like the uncached layer are drawn only after a defined period of time.


Can I minimize the time between drawing the cached and uncached layers?


Thomas



Thomas, 
  
 Thanks for your posts and questions. 
  
 Are you using the Multi-threaded mode of the Winforms Map Control? As far as I know, the Preview Tile Cache will only be useful in the Multi-threaded mode. 
  
 As you know, the time spent on those uncached tiles will be much more than those cached tiles, because it will draw on the fly. So the time period between them depends on largely on the time spent on drawing. 
  
 Maybe I am misunderstanding something; let me know if I am. 
  
 Thanks. 
  
 Yale