Opened 3 years ago

Closed 3 years ago

#4961 closed defect (fixed)

ST_Boundary(MULTIPOLYGON) fails

Reported by: strk Owned by: komzpa
Priority: blocker Milestone: PostGIS 3.2.0
Component: postgis Version: master
Keywords: Cc:

Description

=# select ST_Boundary('MULTIPOLYGON(((0 0, 5 5, 10 0, 0 0),(3 1,7 1,5 2,3 1)),((20 0,20 5,25 5,20 0)))'); ERROR: MultiLineString cannot contain MultiLineString element

See also #4956

Change History (4)

comment:1 by strk, 3 years ago

Priority: mediumblocker

comment:2 by strk, 3 years ago

I wonder if #4378 made the ST_Boundary rewrite useless..

comment:3 by pramsey, 3 years ago

Owner: changed from pramsey to komzpa

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

Resolution: fixed
Status: newclosed

In e35fbe1/git:

Merge and format lwgeom_boundary tests

Thanks Aliaksandr Kalenik and Sandro Santilli for the work on it.

Closes #4956
Closes #4960
Closes #4961
Closes https://github.com/postgis/postgis/pull/626

Note: See TracTickets for help on using tickets.