[postgis-tickets] [PostGIS] #2422: geography regression difference ST_DWithin

PostGIS trac at osgeo.org
Sat Oct 19 19:19:13 PDT 2013


#2422: geography regression difference ST_DWithin
---------------------+------------------------------------------------------
 Reporter:  robe     |       Owner:  pramsey      
     Type:  defect   |      Status:  new          
 Priority:  high     |   Milestone:  PostGIS 2.1.1
Component:  postgis  |     Version:  2.1.x        
 Keywords:           |  
---------------------+------------------------------------------------------

Comment(by robe):

 Okay I've got another that exhibits the same bug.  Try attached -- it also
 fails on latest PostGIS 2.2. If I change any of the geometries ever so
 slightly it doesn't fail

 See attached file

 {{{
 SELECT gid, _ST_DWithin(geog, tgeog, 1609.344,true ),
 ST_NPoints(geog::geometry)
 , ST_Distance(geog, tgeog)
 FROM  dwithgeogbug CROSS JOIN ST_GeogFromText('POINT(-69.83262 43.43636)')
 As tgeog;

 }}}

-- 
Ticket URL: <http://trac.osgeo.org/postgis/ticket/2422#comment:25>
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