[PostGIS] #5838: Possible bug in ST_Intersects

PostGIS trac at osgeo.org
Fri Jan 17 10:19:37 PST 2025


#5838: Possible bug in ST_Intersects
----------------------+---------------------------
  Reporter:  rouen    |      Owner:  pramsey
      Type:  defect   |     Status:  new
  Priority:  medium   |  Milestone:  PostGIS 3.5.2
 Component:  postgis  |    Version:  3.5.x
Resolution:           |   Keywords:
----------------------+---------------------------
Comment (by mdavis):

 That GEOS version is very old.  Using a newer GEOS:
 {{{
 POSTGIS="3.4.0 0874ea3" [EXTENSION] PGSQL="160" GEOS="3.12.0-CAPI-1.18.0"
 PROJ="9.2.1 LIBXML="2.11.5" LIBJSON="0.17" LIBPROTOBUF="1.4.1"
 WAGYU="0.5.0 (Internal)"
 }}}

 the result is correct:
 {{{
  ab_intersects | ac_intersects | bc_intersects
 ---------------+---------------+---------------
  t             | t             | f
 }}}
-- 
Ticket URL: <https://trac.osgeo.org/postgis/ticket/5838#comment:1>
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