ThinkGeo.com    |     Documentation    |     Premium Support

Not rendering tiles (maps) at zoom level 13 or higher

The maps do not show at zoom levels 13 - 20 (scale 72,093 - 1,126).  Instead I get a black screen with my feature layers shown (correctly) on it.


The map from zoom level 12 will often stretch and show on 13 or 14.


Based on another thread, I added the code to set yourLayerOverlay.DrawingExceptionMode = DrawingExceptionMode.ThrowException but that did not generate any different behavior or any new information.  I could not find a property yourLayerOverlay.TimeoutInSeconds to set 600 as was also suggested in that thread.


This happens when I have loaded a layer for maps that contain roads (??lkaA[124567]0.shp, HighwayNetwork2_[12].shp) at a zoom level that the layer has a defined DefaultLineStyle.


I am led to believe that this was working in the previous version (ThinkGeo 3.x).



Scott,I am wondering if your map is just taking a while to create the image based on the number of features that exist in the ShapeFile.   Is your LayerOverlay.TileType set to MultipleTile to allow for async creation of map images?  Also if your map is coming from ShapeFiles, is there possibly a problem with the network or are the Shapefiles being accessed on the local computer?   
  
 Sounds to me like an access problem to the ShapeFiles.  If you are caching this layer, delete your cache and see what happens from ZoomLevels 1-12.  If map loads correctly, without delay, then this is most probably a problem with the amount of data, so you may want to look at your TileType property.

It might seem a stupid thing, but are you sure the ZoomLevelSet is set up to Level 20? 
  
   LayerOverlay.ZoomLevelSet.ZoomLevel01.ApplyUntilZoomLevel = ApplyUntilZoomLevel.Level20 
  
   If it was an amount of data problem, low levels use to be even worst performance than highers.

Scott, 
  
 As the Klaus and Carlos said, you can try the solutions what they suggested first, if you still encounter the same problems please send your shape files to us so that we can track your problem properly, 
  
 In addition, I would like to ask you which version are you using? The latest version number is 4.5.158.0, if you are not using this version you can download the latest version to try, 
  
 Thanks, 
  
 Scott,