[postgis-tickets] [PostGIS] #3224: wrong test condition in lwt_AddIsoEdge()
PostGIS
trac at osgeo.org
Tue Aug 4 12:06:03 PDT 2015
#3224: wrong test condition in lwt_AddIsoEdge()
-----------------------+---------------------------
Reporter: esseffe | Owner: strk
Type: defect | Status: closed
Priority: high | Milestone: PostGIS 2.2.0
Component: topology | Version: trunk
Resolution: invalid | Keywords:
-----------------------+---------------------------
Changes (by strk):
* status: new => closed
* resolution: => invalid
Comment:
The test is actually correct. If containing_face is -1 then the node is
NOT isolated. Isolated nodes are contained by a face, not-isolated nodes
might be touching points between multiple faces thus they have a NULL (-1)
containing_face value.
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/3224#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