[PostGIS] #5685: ST_Node('LINESTRING(0 0, 0 0)') returns GEOMETRYCOLLECTION EMPTY

PostGIS trac at osgeo.org
Tue Mar 5 07:15:35 PST 2024


#5685: ST_Node('LINESTRING(0 0,0 0)') returns GEOMETRYCOLLECTION EMPTY
---------------------+---------------------------
 Reporter:  strk     |      Owner:  pramsey
     Type:  defect   |     Status:  new
 Priority:  medium   |  Milestone:  PostGIS 3.5.0
Component:  postgis  |    Version:  master
 Keywords:           |
---------------------+---------------------------
 The GEOS counterpart of noding would return the input line untouched:
 {{{
 $ geosop node -a 'LINESTRING(0 0,0 0)'
 MULTILINESTRING ((0 0, 0 0))
 }}}

 We must be turning to EMPTY on later steps (linemerge?)
-- 
Ticket URL: <https://trac.osgeo.org/postgis/ticket/5685>
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