You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
is there a way to Converts a CIRCULAR STRING to regular LINESTRING or CURVEPOLYGON to POLYGON or MULTISURFACE to MULTIPOLYGON?
i notice postgis support this feature use ST_CurveToLine function
The text was updated successfully, but these errors were encountered:
Hello! There are no plans to support circular geometry types. If you have a mixed geometry table and containing some circular string in WKT or WKB format you can use the SQL try_cast (e.g. TRY_CAST(input AS GEOMETRY)) construct to convert these to null while still converting the other supported geometries.
Support Curve Type
is there a way to Converts a CIRCULAR STRING to regular LINESTRING or CURVEPOLYGON to POLYGON or MULTISURFACE to MULTIPOLYGON?
i notice postgis support this feature use ST_CurveToLine function
The text was updated successfully, but these errors were encountered: