[postgis-tickets] [PostGIS] #4814: GEOS roundtrip conversion drops empty components

PostGIS trac at osgeo.org
Thu Dec 10 06:21:02 PST 2020


#4814: GEOS roundtrip conversion drops empty components
----------------------+---------------------------
  Reporter:  strk     |      Owner:  pramsey
      Type:  defect   |     Status:  new
  Priority:  medium   |  Milestone:  PostGIS 3.1.0
 Component:  postgis  |    Version:  2.5.x
Resolution:           |   Keywords:
----------------------+---------------------------

Comment (by strk):

 Letting EMPTY components get to GEOS revealed some bugs in GEOS.
 For example, this query crashes when run against GEOS-3.6.2:
 {{{
 SELECT ST_Intersects( 'LINESTRING(10 0,0 10)', 'MULTILINESTRING((10
 -10,-10 10), EMPTY)' );
 }}}

-- 
Ticket URL: <https://trac.osgeo.org/postgis/ticket/4814#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