[PostGIS] #6089: wrong node used when adding a new long line
PostGIS
trac at osgeo.org
Mon Jun 29 04:17:31 PDT 2026
#6089: wrong node used when adding a new long line
--------------------------------+--------------------
Reporter: Lars Aksel Opsahl | Owner: strk
Type: defect | Status: new
Priority: medium | Milestone:
Component: topology | Version: master
Resolution: | Keywords:
--------------------------------+--------------------
Comment (by Lars Aksel Opsahl):
If tolerance 0 like this when adding the last it seems solve the problem.
{{{
SELECT ARRAY(SELECT abs(add_case05) FROM
topology.TopoGeo_addLinestring('test_34_2_bug','0102000020A210000002000000C01856A5171528406C5803DF1D71504064BFAEFB153728406C5803DF1D715040',0)
add_case05) ; -- log_add_to test_34_2
}}}
But running with tolerance should also select the same node I assume.
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/6089#comment:3>
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