[PostGIS] #5777: st_intersects() throws exception when using geometrycollection as first argument
PostGIS
trac at osgeo.org
Fri Sep 13 07:02:14 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
-------------------------+-------------------------------------------------
Comment (by robe):
Replying to [comment:3 pramsey]:
> 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.
You mean the other way around I hope -- exists in GEOS 3.13 and not in
3.12 and below
Now that GEOS 3.13 is released, is there a reason to keep this ticket
open?
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/5777#comment:4>
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