[PostGIS] #5777: st_intersects() throws exception when using geometrycollection as first argument
PostGIS
trac at osgeo.org
Wed Sep 11 11:57:37 PDT 2024
#5777: st_intersects() throws exception when using geometrycollection as first
argument
-------------------------+-------------------------------------------------
Reporter: cfischer | Owner: pramsey
Type: defect | Status: new
Priority: medium | Milestone: PostGIS GEOS
Component: postgis | Version: 3.4.x
Resolution: | Keywords: relate st_intersects
| TopologyException
-------------------------+-------------------------------------------------
Changes (by pramsey):
* milestone: PostGIS 3.4.4 => PostGIS GEOS
Comment:
This exists in GEOS 3.12, but not in GEOS 3.13.
{{{
geosop \
-a "GEOMETRYCOLLECTION (POLYGON ((725210 6176386, 725220 6176382, 725224
6176387, 725210 6176386)), POLYGON ((725215 6176390, 725218 6176386,
725225 6176385, 725215 6176390)))" \
-b "POINT(725220 6176385)" \
intersects
}}}
The fix will end up being upgrading GEOS.
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/5777#comment:3>
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