Opened 13 years ago
Closed 13 years ago
#976 closed defect (fixed)
ST_AddIsoEdge - don't set correctly the containing_face in NODE table
Reported by: | aperi2007 | Owned by: | strk |
---|---|---|---|
Priority: | medium | Milestone: | PostGIS 2.0.0 |
Component: | topology | Version: | master |
Keywords: | Cc: |
Description
Hi, when the ST_AddIsoEdge connect two nodes. They became not-isolated. So their field containing_face in node table should be set to NULL.
Actually the ST_AddIsoEdge don't do this.
Note:
See TracTickets
for help on using tickets.
I commit a patch to resolve this in the ticket #971.
http://trac.osgeo.org/postgis/attachment/ticket/971/patch_topology.zip