[postgis-tickets] [PostGIS] #2758: ST_Intersects missing rows
PostGIS
trac at osgeo.org
Fri Jun 6 16:58:30 PDT 2014
#2758: ST_Intersects missing rows
---------------------------+------------------------------------------------
Reporter: schmiddy | Owner: pramsey
Type: defect | Status: new
Priority: medium | Milestone:
Component: postgis | Version: 1.5.X
Keywords: ST_Intersects |
---------------------------+------------------------------------------------
Comment(by pramsey):
The "polygon" is radically invalid (it's the same point repeated 21
times). Our general position is that results are indeterminate in the case
of invalidities, and in this case you've exposed that our brute-force
calculation provides a different result that our cached calculation does
(hence the always-missing first entry). However, since the geometry is so
terrible, I don't know that I care :)
--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/2758#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