Opened 14 years ago
Closed 14 years ago
#777 closed defect (fixed)
[topology] ValidateTopology complains about valid endpoint sharing of closed edges
Reported by: | strk | Owned by: | pramsey |
---|---|---|---|
Priority: | medium | Milestone: | PostGIS 2.0.0 |
Component: | topology | Version: | master |
Keywords: | Cc: |
Description
Two closed edges touching on the endpoint are considered "crossing" by topology.ValidateTopology (cause they are considered "crossing" by intersection matrix and thus ST_Crosses as well...).
This is pretty much the same problem we had with AddEdge in #770
Change History (1)
comment:1 by , 14 years ago
Component: | postgis → topology |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Version: | 1.5.X → trunk |
Note:
See TracTickets
for help on using tickets.
Fixed by r6650