[postgis-tickets] [PostGIS] #3464: ERROR: lwt_ChangeEdgeGeom could not construct face X, on the left of edge Y
PostGIS
trac at osgeo.org
Wed Feb 24 07:49:16 PST 2016
#3464: ERROR: lwt_ChangeEdgeGeom could not construct face X, on the left of edge Y
-----------------------+----------------------------
Reporter: strk | Owner: strk
Type: defect | Status: new
Priority: medium | Milestone: PostGIS Future
Component: topology | Version: trunk
Resolution: | Keywords: robustness
-----------------------+----------------------------
Comment (by strk):
When adding the second component of the 4 components in which the original
line is split, the algorithm in trunk (and 2.2) fails to find it crossing
an existing edge.
In PostGIS-2.2.1 it is actually found crossing (SQL/MM Spatial exception -
geometry crosses edge 2).
It occurs to me that the "crossing" could actually be determined by
looking at the left/right faces as computed looking at the starting node
and at the ending node. I might finally got to understand the concept of
"side-location conflict" that's often thrown by GEOS/JTS.
Dr Martin are you listening ? :)
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/3464#comment:10>
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