ThinkGeo.com    |     Documentation    |     Premium Support

DrawingQuality.HighSpeed

Setting DrwingQuality to HighSpeed cause drawing problem as attached picture               


 ShapeFileFeatureLayer shpFeatureLayer = new ShapeFileFeatureLayer(MapGlobals.mapFiles.mapFileName);              shpFeatureLayer.RequireIndex = true;


 



shpFeatureLayer.DrawingMarginPercentage = 50;


shpFeatureLayer.DrawingQuality = DrawingQuality.HighSpeed;


 



I looked at the screen shot you attached. This is something I have never seen before and this is something I could not reproduce with a sample using the same properties you have. There might be a problem with the server or client cache. The first thing I would do is to clear the different cache you have and see if that helps. If you still have the problem, I would ask you send us a little sample app from you. Thank you.