ThinkGeo.com    |     Documentation    |     Premium Support

Printable Map Zoom level

I am currently testing the software and have a question on the map output. I would like to send test maps I have created to my colleagues, however, I need them to be able to view the map at overall city level and them zoom down to street level where the design took place - various locations in the city.



I cannot see an output option that allows such capability. Can someone point me in the right direction, please ?



Thanks. Scott

Hi Scott, 
  
 Thanks for your post and welcome to MapSuite World. 
  
 To see the entire city,following code could be helpful: 
  
 ShapeFileFeatureLayer cityLayer = new ShapeFileFeatureLayer(); 
 … 
 cityLayer.Open(); 
 winformsMap1.CurrentExtent = cityLayer.GetBoundingBox(); 
  
 To zoomin to see the street in the city, you could  double click the map, then the map will zoomin. 
  
 Hope it helps 
  
 Thanks, 
  
 Summer  


Scott, you can package the entire project, send over to your coworker and let them open on their machine. Click the GIS Editor button on the top left and click the “package project” item in the drop down list, the current project including the data would then be saved to a zip file. 



Or you can save different images on different zoomlevel, and send over the images to your coworker. That’s not very convenient though compared with the approach above.  





Ben