[postgis-tickets] [PostGIS] #2634: geography regression failure ST_DWithin/ST_Distance between 2.0.4 and 2.1.2 for dimensional mix of geographies
PostGIS
trac at osgeo.org
Wed Feb 5 16:01:41 PST 2014
#2634: geography regression failure ST_DWithin/ST_Distance between 2.0.4 and 2.1.2
for dimensional mix of geographies
----------------------+-----------------------------------------------------
Reporter: robe | Owner: pramsey
Type: defect | Status: new
Priority: critical | Milestone: PostGIS 2.1.2
Component: postgis | Version: 2.1.x
Keywords: |
----------------------+-----------------------------------------------------
Comment(by pramsey):
Using this simple case to compare 2.0 and 2.1, and 2.0 is stably correct
and 2.1 is variably correct and incorrect.
{{{
SELECT t1.gid As t1_gid, t2.gid As t2_gid
, ST_DWithin(t1.geog, t2.geog,100)
, ST_Distance(t1.geog, t2.geog) As dist
FROM test_geogs As t1 CROSS JOIN test_geogs As t2;
}}}
--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/2634#comment:10>
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