[geos-devel] [GEOS] #782: Collection with Empty components crashes overlay
GEOS
geos-trac at osgeo.org
Thu Jun 16 06:04:00 PDT 2016
#782: Collection with Empty components crashes overlay
------------------------+--------------------------
Reporter: pramsey | Owner: geos-devel@…
Type: defect | Status: new
Priority: blocker | Milestone: 3.5.1
Component: Default | Version: svn-trunk
Severity: Unassigned | Keywords:
------------------------+--------------------------
This example from PostGIS crashes within GEOS:
{{{
select st_intersects(
'LINESTRING(10 0, 0 0, 0 10)'::geometry,
'MULTILINESTRING((10 -1,-1 10),EMPTY)'::geometry
)
}}}
--
Ticket URL: <https://trac.osgeo.org/geos/ticket/782>
GEOS <http://trac.osgeo.org/geos>
GEOS (Geometry Engine - Open Source) is a C++ port of the Java Topology Suite (JTS).
More information about the geos-devel
mailing list