[postgis-tickets] [PostGIS] #5362: ERROR in ST_Intersects
PostGIS
trac at osgeo.org
Sat Apr 22 14:01:28 PDT 2023
#5362: ERROR in ST_Intersects
-------------------------+---------------------------
Reporter: tomasmarek | Owner: pramsey
Type: defect | Status: new
Priority: medium | Milestone: PostGIS 3.3.3
Component: postgis | Version: 3.3.x
Resolution: | Keywords: ST_Intersects
-------------------------+---------------------------
Comment (by mdavis):
In GEOS 3.12 `intersects` has [https://github.com/libgeos/geos/pull/775
changed] to use the `PreparedIntersects` algorithm, since it is faster and
more robust.
Older versions of GEOS (likely including all installed versions) use the
original `intersects` algorithm, which does fail on this case (due to
numeric precision issues).
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/5362#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