ThinkGeo.com    |     Documentation    |     Premium Support

WicBitmapOverlay drawing quality

Hi guys,


Awesome work on the WicBitmapOverlay... It is definitely huge performance gain.  I just changed all my LayerOverlay to WicBitmapOverlay, and there is huge speed increase, however the quality of the map is severly impacted (using the same settings).  I've attached images to show the difference... I haven't changed any of the settings beween the two... is there something I need to change to make the WicBitmapOverlay render nicely, or is this rendering how we get the huge performance gain?


Thanks,


.Ryan.



It appears the images didn't attach





Ryan,


It's a missed API in the WicBitmapLayerOverlay. Fortunately, we have ability to extent our current overlay to add the quality settings into our new feature. Please see the attachement that includes the new WicBitmapLayerOverlay and two screenshots to compare with high speed drawing and high quality drawing. Here is the code to set to high quality.


NewWicBitmapLayerOverlay layerOverlay = new NewWicBitmapLayerOverlay();
layerOverlay.DrawingQuality = DrawingQuality.HighQuality;

On the other hand, the extension is not in the daily build these days, so please use this workaround temporary. We will update this extension in the near future.


Thanks,

Howard



Post9899_1.zip (148 KB)