Hi,
I have insert polygons into a Sql Server server table, and for some reason polygons are converted to geometry collections polygon and or curved polygons circularstring
For this reason Geoserver and or ArcMap does not work, because it cannot view these geometry types
I have tried all the coercer and filter but cannot seem to make it an polygon and or mutli polygon
running on SQL Server 2014, worked perfectly on 2008R2
How can i force it to these 2 logical types?
Rudy