Opened 7 years ago
Closed 7 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))
.
Note:
See TracTickets
for help on using tickets.
Included in https://github.com/postgis/postgis/commit/f58c2049c3dfa9704ed3445d17cc4e9c94241646