Opened 17 months ago
Closed 17 months ago
#5394 closed defect (fixed)
TopoGeo_addPoint: Corrupted topology: adjacent edges -2 and -2 bind different face (1 and 0)
Reported by: | strk | Owned by: | strk |
---|---|---|---|
Priority: | medium | Milestone: | PostGIS 3.3.4 |
Component: | topology | Version: | 3.3.x |
Keywords: | Cc: |
Description
This is a more focused ticket for the problem reported as a comment of another ticket: https://trac.osgeo.org/postgis/ticket/5293#comment:6
Smallest testcase:
SELECT topology.CreateTopology ('t'); SELECT topology.TopoGeo_addLinestring('t', 'LINESTRING(5.803580945500557 59.26346622000005,5.803580263500001 59.263465501000006)', 0); SELECT topology.TopoGeo_addLinestring('t', 'LINESTRING(5.803580263500001 59.263465501000006,5.8035809455 59.263466220000005,5.803580945500557 59.26346622000005)', 0); SELECT * FROM topology.ValidateTopology('t'); SELECT topology.TopoGeo_addPoint( 't', 'POINT(5.803646305 59.263416658000004)', 0);
Change History (3)
comment:1 by , 17 months ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 by , 17 months ago
Resolution: | fixed |
---|---|
Status: | closed → reopened |
I guess this could be backported to 3.3
Note:
See TracTickets
for help on using tickets.
In 6a175c5/git: