[PostGIS] #5698: XX000: SQL/MM Spatial exception - point not on edge
PostGIS
trac at osgeo.org
Fri Mar 22 03:56:42 PDT 2024
#5698: XX000: SQL/MM Spatial exception - point not on edge
--------------------------------+---------------------------
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):
I can reproduce with
POSTGIS="3.5.0dev 3.4.0rc1-1039-g88c3893c7" [EXTENSION] PGSQL="150"
GEOS="3.12.2dev-CAPI-1.18.2"
Further simplified:
{{{
SELECT topology.CreateTopology ('ticket_5698');
SELECT topology.TopoGeo_addLinestring('ticket_5698','LINESTRING(
15.796760167740288 69.05714853429149,
15.795906966300288 69.05725770093837)');
SELECT topology.TopoGeo_addLinestring('ticket_5698', 'LINESTRING(
15.79762019616626 69.05719853383958,
15.796760167739626 69.05714853429157)');
}}}
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/5698#comment:5>
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