ThinkGeo.com    |     Documentation    |     Premium Support

Printing WmsOverlay

Hi Guys. Is there a way to draw a WmsOverlay to a PrinterGeoCanvas? I'm just trying to add some print functionality to our maps and I can print it out as a bitmap but I get the zooming and panning tools and there are a couple other things that are not ideal about doing it that  way.


Thanks,


Chris



Hi Christopher,


I use a WmsRasterLayer rather than a WmsOverlay and store those in a LayerOverlay.  Using the layer will allow you to print the WMS layer.  I'm not sure if this is a change you can/want to make, but just wanted to throw out an idea for you.


 


.Ryan.



Christopher,


The attachment is the sample for you that demonstrate how to use the PrinterGeocanvas object to print the image on the map, you can easy to change the code so that it can meet your own requirement,


Thanks,


Scott,



PrinterGeoCanvasExtensionSample.zip (30 KB)