[PostGIS] #5787: ST_ChangeEdgeGeom allows breaking side face labeling

PostGIS trac at osgeo.org
Wed Oct 2 07:54:11 PDT 2024


#5787: ST_ChangeEdgeGeom allows breaking side face labeling
-----------------------+---------------------------
  Reporter:  strk      |      Owner:  strk
      Type:  defect    |     Status:  new
  Priority:  medium    |  Milestone:  PostGIS 3.3.8
 Component:  topology  |    Version:  3.2.x
Resolution:            |   Keywords:
-----------------------+---------------------------
Comment (by strk):

 This bug is the probable cause of #5786

 The code checking for consistent topology only verifies that the next CW
 and CCW edges are the same as before the move, but this is still the case
 when you have only 2 edges incident to the endpoints, so I guess the
 missing check is that the rings formed on both sides of the edge being
 moved are still having the original winding (CW or CCW)
-- 
Ticket URL: <https://trac.osgeo.org/postgis/ticket/5787#comment:1>
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