Ticket #976 (closed defect: fixed)

Opened 2 years ago

Last modified 2 years ago

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: trunk
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

Changed 2 years ago by aperi2007

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

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

Changed 2 years ago by strk

  • status changed from new to assigned

Changed 2 years ago by strk

  • status changed from assigned to closed
  • resolution set to fixed

r7212 fixes this.

Note: See TracTickets for help on using tickets.