Opened 9 years ago
Last modified 3 years ago
#3231 closed enhancement
ST_RemoveIsoNode does not prevent removal of nodes used in TopoGeometry objects — at Version 6
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 )
I've noticed that there's no check preventing ST_RemoveIsoNode from removing nodes that are used in TopoGeometry definitions. It should, to be consistent with the rest of the "destructive" primitive operations.
Change History (6)
comment:1 by , 9 years ago
Milestone: | PostGIS 2.0.8 → PostGIS Future |
---|---|
Version: | trunk → 2.0.x |
comment:2 by , 9 years ago
comment:4 by , 4 years ago
See also #3239 as non-isolated nodes removal also doesn't check for TopoGoemetry
comment:5 by , 3 years ago
Summary: | ST_RemIsoNode does not prevent removal of nodes used in TopoGeometry objects → ST_RemoveIsoNode does not prevent removal of nodes used in TopoGeometry objects |
---|
comment:6 by , 3 years ago
Description: | modified (diff) |
---|
Note:
See TracTickets
for help on using tickets.
See also #3248