is there any way to merge/union curved polygons in Postgis?
"SELECT ST_UNION(the_geom) from public.polygons" can be executed, if the type of
the_geom is
Polygon, but doesn't work with the type
CurvePolygon ("ERROR: Unknown geometry type: CurvePolygon").
أكثر...