#770 closed defect (fixed)
[topology] AddEdge refuses to add closed edge touching at endpoint
Reported by: | strk | Owned by: | strk |
---|---|---|---|
Priority: | medium | Milestone: | PostGIS 2.0.0 |
Component: | topology | Version: | master |
Keywords: | Cc: |
Description
Problem is that ST_Relate returns interior intersection as GEOS takes closed linestrings as having NO boundary.
Not sure this is to be considered a bug in postgis or GEOS
Change History (4)
comment:1 by , 14 years ago
Milestone: | PostGIS 1.5.3 → PostGIS 2.0.0 |
---|---|
Owner: | changed from | to
Status: | new → assigned |
Version: | 1.5.X → trunk |
comment:2 by , 14 years ago
Component: | postgis → topology |
---|
comment:3 by , 14 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
comment:4 by , 14 years ago
for the record, the fact that closed linestrings have no boundary is not a bug, but follows OGC definitions. See #844 for requesting a different interpretation.
Note:
See TracTickets
for help on using tickets.
Fixed in r6626