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.

Change History (3)

comment:1 by aperi2007, 13 years ago

I commit a patch to resolve this in the ticket #971.

http://trac.osgeo.org/postgis/attachment/ticket/971/patch_topology.zip

comment:2 by strk, 13 years ago

Status: newassigned

comment:3 by strk, 13 years ago

Resolution: fixed
Status: assignedclosed

r7212 fixes this.

Note: See TracTickets for help on using tickets.