#4757 closed defect (fixed)
ERROR: Invalid edge (no two distinct vertices exist)
Reported by: | strk | Owned by: | strk |
---|---|---|---|
Priority: | medium | Milestone: | PostGIS 2.4.10 |
Component: | topology | Version: | 2.4.x |
Keywords: | Cc: |
Description
The following snippet results in an exception:
select createtopology ('tt', 0); select topogeo_addpoint('tt', 'POINT(0 0)'); select topogeo_addlinestring('tt', 'LINESTRING(0 -0.1,1 0,1 1,0 1,0 -0.1)'::geometry, 1);
Exception is: ERROR: Invalid edge (no two distinct vertices exist)
This probably happens also in PostGIS-2.4
Change History (5)
comment:1 by , 4 years ago
comment:5 by , 4 years ago
Milestone: | PostGIS 3.1.0 → PostGIS 2.4.10 |
---|---|
Version: | master → 2.4.x |
Note:
See TracTickets
for help on using tickets.
In 1e8036c2/git: