Opened 9 years ago
Last modified 7 years ago
#3508 new defect
ST_ChangeEdgeGeom might be overpicky about collision detection
Reported by: | strk | Owned by: | strk |
---|---|---|---|
Priority: | medium | Milestone: | PostGIS Fund Me |
Component: | topology | Version: | 2.0.x |
Keywords: | Cc: |
Description
The current ST_ChangeEdgeGeom refuses to move an edge when its movement would hit an obstacle. While easy to understand, the constraint might be overparanoid and could be relaxed to just allow that the topology doesn't change (ie: no attributes other than the geometric ones need to change).
In particular, for dangling edges (right face = left face) a move collision does not mean breaking the topology (as no object ends up changing face).
Note:
See TracTickets
for help on using tickets.
Milestone renamed