Opened 6 years ago

Closed 6 years ago

#4018 closed enhancement (fixed)

Add support to unstroke GEOMETRYCOLLECTION

Reported by: Algunenano Owned by: strk
Priority: medium Milestone: PostGIS 2.5.0
Component: liblwgeom Version: master
Keywords: Cc:

Description

Linearizing a GEOMETRYCOLLECTION is supported but now the other way around. Here is the PR that adds it: https://github.com/postgis/postgis/pull/209

It also forces all clone calls to be _clone_deep to memory corruption in the tests when some parts of the input and output geometries where shared; for example when passed GEOMETRYCOLLECTION(LINESTRING(10 10,10 11),LINESTRING(10 11,11 11),LINESTRING(11 11,10 10)).

Change History (1)

comment:1 by Algunenano, 6 years ago

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.