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 , 3 years ago
Priority: | medium → blocker |
---|
comment:2 by , 3 years ago
comment:3 by , 3 years ago
Owner: | changed from | to
---|
Note:
See TracTickets
for help on using tickets.
I wonder if #4378 made the ST_Boundary rewrite useless..