Opened 8 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).

Change History (1)

comment:1 by robe, 7 years ago

Milestone: PostGIS FuturePostGIS Fund Me

Milestone renamed

Note: See TracTickets for help on using tickets.