ThinkGeo.com    |     Documentation    |     Premium Support

Map Suite 4.0.40.0 released with new versioning strategy

Hello all,



We've just updated the entire Map Suite product line to version 4.0.40.0, which addresses the issues that were raised recently with assembly versions and side-by-side installs.  For full details, please take a look at the latest post in our developer blog.



If our new builds today don't offer a solution to your problem, please feel free to post your comments or questions either here in this forum or on the blog entry.



Thanks for using Map Suite,

The ThinkGeo Team



Hi 
  
 I have used  map suite silverlight for webgis but some shapfiles dont show in web.I have a problem with extent.how to change a shap file  extent .would you please help me. 
 Thanks 
 Mehrdad

Hello Mehrdad, 
  
 You didn’t need to change the shape file’s extent, shape file is loaded by ShapeFileFeatureLayer, and layer is in an overlay, overlay in map control, so you just need set: 
 Map1.CurrentExtent = new RectangleShape(-131.22, 55.05, -54.03, 16.91); 
  
 It will effect the shape file display. 
  
 Regards, 
  
 Gary