[postgis-tickets] [PostGIS] #2606: armel: _st_intersects returns true for point outside of a polygon
PostGIS
trac at osgeo.org
Tue Jan 7 14:40:41 PST 2014
#2606: armel: _st_intersects returns true for point outside of a polygon
---------------------+------------------------------------------------------
Reporter: mwanner | Owner: pramsey
Type: defect | Status: new
Priority: medium | Milestone: PostGIS 2.1.2
Component: postgis | Version: 2.1.x
Keywords: |
---------------------+------------------------------------------------------
Not sure if this is related to #2605 or not, but _st_intersects() also
returns a bogus result:
{{{
SELECT _st_intersects('POINT(0.5 9)'::geometry,
'POLYGON((0 0, 10 10, 1 0, 0 0))'::geometry);
_st_intersects
----------------
t
(1 row)
}}}
This is the reason for test tickets, #852 failing on arm.
--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/2606>
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