ThinkGeo.com    |     Documentation    |     Premium Support

Weird exception being thrown

We are encountering an issue when creating a Feature from a PointShape or LineShape (I'm not sure which - the conditions to reproduce the issue have not yet been found). I was wondering which conditions related to creating a Feature could result in the following exception being thrown:


Message - The shape you provided does not pass our simple validation.The shape you provided does not pass our simple validation.

Error Message - The shape you provided does not pass our simple validation.The shape you provided does not pass our simple validation.

Error Source - MapSuiteCore

----SQL Data Error Information----- - 

---- - No data error detected.

------Stack Dump------- - Last to First Sequence - includes Inner Exceptions

1 - Error Message - The shape you provided does not pass our simple validation.The shape you provided does not pass our simple validation.

1 - Error Source - MapSuiteCore

1 - Error Full Name - System.InvalidOperationException

1 - TargetSite - Void xff365c684fff1baa(ThinkGeo.MapSuite.Core.BaseShape)

1 - StackTrace -    at ThinkGeo.MapSuite.Core.x6d719af406ea4c2c.xff365c684fff1baa(BaseShape x873d2ddd87022b07)

   at ThinkGeo.MapSuite.Core.Feature..ctor(BaseShape baseShape)

 



Hi, Adam 
  
 This problem is caused by that your WKT data couldn’t pass through the simple validation. For example, if your WKT data string has another comma in a wrong place or you omit the longitude or latitude data in one pair; these conditions will cause this problem. 
  
 Thanks, 
 Khalil