ThinkGeo.com    |     Documentation    |     Premium Support

Shapefile to PNG

Hi all, 


In an effort to offer a 'simplified' version of my product, I'm looking for a way to combine a few .SHP files, and then export the result to a .PNG and .GIF file.  Is this something that MapSuite can do for me, and has anyone ever implemented something like this before?  Thanks in advance!


-Dustin



Upon a little further research, I actually came up with a solution myself.  After creating the Overlay I want to use, I put it in a Map object, and called the GetBitmap method.  Using that bitmap, I just saved it as a .PNG using the .NET Drawing library.

Thanks for sharing your solution, Dustin. :) 
  
 Ben