[PostGIS] #5711: Failed adding single touches interior of edge 128 LOCATION: pg_error, lwgeom_pg.c:361
PostGIS
trac at osgeo.org
Mon Apr 15 08:16:39 PDT 2024
#5711: Failed adding single touches interior of edge 128 LOCATION: pg_error,
lwgeom_pg.c:361
--------------------------------+---------------------------
Reporter: Lars Aksel Opsahl | Owner: strk
Type: defect | Status: new
Priority: medium | Milestone: PostGIS 3.4.3
Component: topology | Version: 3.4.x
Resolution: | Keywords:
--------------------------------+---------------------------
Comment (by strk):
Simplified version of the test:
{{{
SELECT topology.CreateTopology ('topo_t5711');
SELECT topology.TopoGeo_addLinestring('topo_t5711', 'LINESTRING(
10.330696729253674 59.869691324470494,
10.33083177446384 59.86967354547033
)');
SELECT topology.TopoGeo_addLinestring('topo_t5711', 'LINESTRING(
10.33083177446384 59.86967354547033,
10.330803297725453 59.86967729449583,
10.330803407291219 59.86967760716573
)');
SELECT topology.TopoGeo_addLinestring('topo_t5711', 'LINESTRING(
10.330803266175977 59.86967720446249,
10.330803297725453 59.86967729449583
)');
}}}
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/5711#comment:2>
PostGIS <http://trac.osgeo.org/postgis/>
The PostGIS Trac is used for bug, enhancement & task tracking, a user and developer wiki, and a view into the subversion code repository of PostGIS project.
More information about the postgis-tickets
mailing list