[postgis-devel] [PostGIS] #2038: Exception of topogeo_AddLineString() of a line string with a part colinear with an existing one.
PostGIS
trac at osgeo.org
Fri Oct 12 03:43:36 PDT 2012
#2038: Exception of topogeo_AddLineString() of a line string with a part colinear
with an existing one.
----------------------+-----------------------------------------------------
Reporter: wimned | Owner: strk
Type: defect | Status: assigned
Priority: medium | Milestone: PostGIS 2.0.2
Component: topology | Version: trunk
Keywords: |
----------------------+-----------------------------------------------------
Comment(by strk):
Yes, the suggested workaround could work.
This case falls in the general problem of adding a node to edge without
moving the edge.
It's clearly impossible NOT to move the edge, due to the finite nature of
the numbers being used to represent points. But it should theoretically be
possible to ensure that such a drift never introduces further
intersections. Only pretty hard to do in practice (and we know topology
building is already being very slow..)
--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/2038#comment:12>
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-devel
mailing list