[postgis-devel] [PostGIS] #884: Unstable results from ST_Within

PostGIS trac at osgeo.org
Fri Mar 25 11:04:24 PDT 2011


#884: Unstable results from ST_Within
---------------------+------------------------------------------------------
 Reporter:  strk     |       Owner:  pramsey      
     Type:  defect   |      Status:  new          
 Priority:  high     |   Milestone:  PostGIS 2.0.0
Component:  postgis  |     Version:  trunk        
 Keywords:           |  
---------------------+------------------------------------------------------

Comment(by robe):

 Oops wrong output - but still the same result
 {{{
 select gid, ST_IsValid(the_geom),
 ST_Within(ST_GeomFromText('POINT (-115.04252 36.05137)',  -1), the_geom)
 from foo_reload where gid !=2;


  gid | st_isvalid | st_within
 -----+------------+-----------
    1 | t          | f
    3 | t          | t
 }}}

-- 
Ticket URL: <http://trac.osgeo.org/postgis/ticket/884#comment:2>
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-devel mailing list