Opened 9 years ago

Closed 3 years ago

#3248 closed enhancement (fixed)

ST_RemoveIsoEdge does not prevent removal of nodes used in TopoGeometry objects

Reported by: strk Owned by: strk
Priority: medium Milestone: PostGIS 3.2.0
Component: topology Version: 2.0.x
Keywords: Cc:

Description (last modified by strk)

I've noticed that there's no check preventing ST_RemoveIsoEdge from removing edges that are used in TopoGeometry definitions. It should, to be consistent with the rest of the "destructive" primitive operations.

See also #3231 and #3239

Change History (4)

comment:1 by robe, 7 years ago

Milestone: PostGIS FuturePostGIS Fund Me

Milestone renamed

comment:2 by strk, 3 years ago

Description: modified (diff)

comment:3 by strk, 3 years ago

Description: modified (diff)
Milestone: PostGIS Fund MePostGIS 3.2.0
Type: defectenhancement

comment:4 by Sandro Santilli <strk@…>, 3 years ago

Resolution: fixed
Status: newclosed

In ed2de5c0/git:

Prevent removing isolated edge used in TopoGeometry objects

Closes #3248 in main branch (3.2.0dev)
Includes regression tests

Note: See TracTickets for help on using tickets.