ThinkGeo.com    |     Documentation    |     Premium Support

Spikes

Hey


I think there was something related to this posted a while ago... but does anyone have any ideas how to soften spikes? I have control of the FeatureSource, so can modify data if need be, so all suggestions welcome.




Brendan, 
  
  I just dealt with that yesterday.  The key is to go into the style’s pen property and set the LineJoin type to Round.  That will clear it up and in the next version we put out I am personally going to set that as the default!!  This comes up over and over. 
  
 Sample: 
 DefaultAreaStyle.OutlinePen.LineJoin = DrawingLineJoin.Round 
  
 David

Thanks, it worked like a charm!


My coastlines are actually a series of lines. So for me it was .DefaultLineStyle.InnerPen.LineJoin = DrawingLineJoin.Round

 




Brendan, 
  
   Excellent! 
  
 David