[postgis-tickets] [PostGIS] #4018: Add support to unstroke GEOMETRYCOLLECTION
PostGIS
trac at osgeo.org
Fri Feb 16 05:51:12 PST 2018
#4018: Add support to unstroke GEOMETRYCOLLECTION
-------------------------+---------------------------
Reporter: Algunenano | Owner: strk
Type: enhancement | Status: new
Priority: medium | Milestone: PostGIS 2.5.0
Component: liblwgeom | Version: trunk
Keywords: |
-------------------------+---------------------------
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))`.
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/4018>
PostGIS <http://trac.osgeo.org/postgis/>
The PostGIS Trac is used for bug, enhancement & task tracking, a user and developer wiki, and a view into the subversion code repository of PostGIS project.
More information about the postgis-tickets
mailing list