#1428 closed defect (fixed)
ST_ChangeEdgeGeom: cannot change a non-isolated edge
Reported by: | strk | Owned by: | strk |
---|---|---|---|
Priority: | high | Milestone: | PostGIS 2.0.0 |
Component: | topology | Version: | master |
Keywords: | Cc: |
Description
Simply put: you can't change any non-isolated edge. The code assumes endpoint intersection is not allowed (which is wrong)
Change History (2)
comment:1 by , 13 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 by , 13 years ago
r8649 avoids to check against the old self (bug introduced by previous commit)
Note:
See TracTickets
for help on using tickets.
Fixed by r8648