stophun / fdotoolbox

Automatically exported from code.google.com/p/fdotoolbox
0 stars 1 forks source link

Bulk Copy: Use RFC48 to fix bad polygons being copied to SQL Server #332

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Bulk copying polygons with geodetic coordinates into SQL Server has been a 
known problem for some time now, with no true workaround until the introduction 
of RFC48 in FDO 3.6.0 which provides APIs needed to correct polygon orientation 
to become valid geometries in the eyes of SQL Server.

This requires updating to FDO 3.6.0, which is currently beta. The beta tag 
shouldn't be a worrying issue as past FDO Toolbox releases have used beta FDO 
releases without any major issues.

Original issue reported on code.google.com by jumpinja...@gmail.com on 16 Nov 2010 at 11:37

GoogleCodeExporter commented 8 years ago

Original comment by jumpinja...@gmail.com on 17 Nov 2010 at 2:04

GoogleCodeExporter commented 8 years ago
Fixed r1206

Original comment by jumpinja...@gmail.com on 20 Nov 2010 at 1:52