[postgis-tickets] [PostGIS] #3046: topology.GetRingEdges return wrong ring when edge.next_left/right = edge
PostGIS
trac at osgeo.org
Fri Feb 20 03:00:11 PST 2015
#3046: topology.GetRingEdges return wrong ring when edge.next_left/right = edge
-----------------------+----------------------------------------------------
Reporter: remic | Owner: strk
Type: defect | Status: closed
Priority: medium | Milestone:
Component: topology | Version: 2.1.x
Resolution: invalid | Keywords:
-----------------------+----------------------------------------------------
Comment(by strk):
You really walk on the edge _side_, not on the edge. And you take left
turns. Dangling edges, like the one you're walking on, have the same face
on both sides so wherever you walk you are on the same face. This is
useful to determine if removing the edge would merge two faces or not (for
example).
--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/3046#comment:4>
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