[postgis-tickets] [PostGIS] #3433: ST_ClusterIntersecting gives incorrect results for MultiPoints

PostGIS trac at osgeo.org
Mon Jan 18 06:51:52 PST 2016


#3433: ST_ClusterIntersecting gives incorrect results for MultiPoints
----------------------+---------------------------
  Reporter:  dbaston  |      Owner:  pramsey
      Type:  defect   |     Status:  new
  Priority:  high     |  Milestone:  PostGIS 2.2.2
 Component:  postgis  |    Version:  2.2.x
Resolution:           |   Keywords:
----------------------+---------------------------

Comment (by dbaston):

 Possibly related to https://trac.osgeo.org/geos/ticket/694 ?

 The following cunit test fails:

 {{{
 GEOSGeometry* p = GEOSGeomFromWKT("POINT (0 0)");
 GEOSGeometry* mp = GEOSGeomFromWKT("MULTIPOINT (0 0, 1 1)");

 const GEOSPreparedGeometry* mp_p = GEOSPrepare(mp);
 CU_ASSERT(GEOSPreparedIntersects(mp_p, p));
 }}}

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