ThinkGeo.com    |     Documentation    |     Premium Support

MapShapes being cut off

Any ideas what might cause this?







The code which inserts the shape is:


Feature pointFeature = new Feature(mf.Feature.GetShape().GetCenterPoint());
MapShape ms = new MapShape(pointFeature);
PointStyle ps = new PointStyle(geoImage);
ps.PointType = PointType.Bitmap;
ms.ZoomLevels.ZoomLevel01.DefaultPointStyle = ps;
ms.ZoomLevels.ZoomLevel01.ApplyUntilZoomLevel = ApplyUntilZoomLevel.Level20;


Hi Clay, 
  
 I think that should be cut by tile edge. 
  
 If that’s caused by this, please try the 2 solution as below: 
  
 1. Use SingleTile mode 
  
 2. set DrawingMarginPercentage value for layer. Here we have a related topic: thinkgeo.com/forums/MapSuite/tabid/143/aft/4890/Default.aspx 
  
 Wish that’s helpful. 
  
 Regards, 
  
 Don

Perfect. Exactly what I needed.  
  
 Thanks, Don!

Hi Clay, 
  
 I am glad to hear that help you. 
  
 Regards, 
  
 Don