[postgis-tickets] [PostGIS] #5093: ST_Simplify(TopoGeometry) returns NULL on collapse

PostGIS trac at osgeo.org
Fri Feb 11 02:47:42 PST 2022


#5093: ST_Simplify(TopoGeometry) returns NULL on collapse
-------------------------+---------------------------
 Reporter:  strk         |      Owner:  strk
     Type:  enhancement  |     Status:  new
 Priority:  medium       |  Milestone:  PostGIS 3.3.0
Component:  topology     |    Version:  3.2.x
 Keywords:               |
-------------------------+---------------------------
 The ST_Simplify(TopoGeometry) function makes no effort to preserve
 topology, and may result in returning a NULL value for collapsed elements
 (like closed linearring). It may be nice to enhance it, using the
 topological information.

 An example implementation could enforce 2 additional nodes on single-node
 linestrings.

-- 
Ticket URL: <https://trac.osgeo.org/postgis/ticket/5093>
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