[PostGIS] #5711: Failed adding single touches interior of edge 128 LOCATION: pg_error, lwgeom_pg.c:361
PostGIS
trac at osgeo.org
Mon Apr 29 22:47:40 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 Lars Aksel Opsahl):
Replying to [comment:2 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
> )');
> }}}
I this test supose to work on latest master 'POSTGIS="3.5.0dev
3.4.0rc1-1105-ga7ef07329" [EXTENSION] PGSQL="140"
GEOS="3.12.1-CAPI-1.18.1" PROJ="9.3.0 NETWORK_ENABLED=OFF
URL_ENDPOINT=https://cdn.proj.org USER_WRITABLE_DIRECTORY=/tmp/proj
DATABASE_PATH=/usr/local/share/proj/proj.db" LIBXML="2.9.13"
LIBPROTOBUF="1.3.3" WAGYU="0.5.0 (Internal)" TOPOLOGY' ?
I still get this error
{{{
ERROR: XX000: Spatial exception - geometry boundary touches interior of
edge 1
LOCATION: pg_error, lwgeom_pg.c:361
}}}
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/5711#comment:6>
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