[PostGIS] #4558: ST_Intersects returns FALSE while ST_Intersection returns a geometry.
PostGIS
trac at osgeo.org
Thu Apr 3 13:17:24 PDT 2025
#4558: ST_Intersects returns FALSE while ST_Intersection returns a geometry.
----------------------+--------------------------
Reporter: olehz | Owner: pramsey
Type: defect | Status: new
Priority: medium | Milestone: PostGIS GEOS
Component: postgis | Version: 2.5.x -- EOL
Resolution: | Keywords:
----------------------+--------------------------
Comment (by jratike80):
Test today 2025-04-03 with PostGIS 3.4
{{{
select st_intersects(
'LINESTRING (-57 6.939016666666666, -57.001016666666665
7.935202777777778)',
'LINESTRING (-57.2696825964778 7.15879416404005, -57 6.93901666666667)');
"true"
}}}
So perhaps the issue is fixed and this ticket can be closed.
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/4558#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