Hello
I try to write Polyline-Geometry from ESRI Personal Geodatabase to PostGIS (Version 2.5) with geometry typ CompoundCurve. With PathBuilder I am successful to build Paths with Segments with only IFMELine or mixed IFMELine/IFMEArc and to import them.
But I am not able to write Paths with only Arcs to PostGIS. The import fails with following message:
Error executing SQL command ('INSERT INTO ...
Geometry type (CircularString) does not match column type (CompoundCurve)
Any Ideas? Thank you.