Opened 7 years ago

Closed 3 years ago

#3779 closed patch (fixed)

ST_Boundary(curvepolygon) returns a linearized boundary

Reported by: strk Owned by: strk
Priority: medium Milestone: PostGIS 3.2.0
Component: postgis Version: master
Keywords: curves Cc:

Description

I see no reason why ST_Boundary should linearize curves, but this is what happens at the moment. Maybe it's because we delegate to GEOS such a simple operation. This ticket is to do it on our side, to retain curves.

Change History (7)

comment:1 by strk, 7 years ago

NOTE: ST_ExteriorRing behaves correctly (my case is polygons..)

comment:2 by robe, 7 years ago

Milestone: PostGIS 2.4.0PostGIS 2.5.0

comment:3 by robe, 7 years ago

Owner: changed from pramsey to strk

comment:4 by komzpa, 6 years ago

Milestone: PostGIS 2.5.0PostGIS 3.0.0
Version: 2.3.xtrunk

comment:5 by komzpa, 5 years ago

Milestone: PostGIS 3.0.0PostGIS Fund Me

comment:6 by robe, 3 years ago

Milestone: PostGIS Fund MePostGIS 3.2.0
Type: defectpatch

comment:7 by Darafei Praliaskouski <me@…>, 3 years ago

Resolution: fixed
Status: newclosed

In d7b7763/git:

ST_Boundary: formatting and polish

Closes #4401
Closes #3779

Note: See TracTickets for help on using tickets.