[postgis-tickets] [PostGIS] #2634: regression failure ST_DWithin between 2.0.4 and 2.1.2
PostGIS
trac at osgeo.org
Tue Feb 4 16:16:25 PST 2014
#2634: regression failure ST_DWithin between 2.0.4 and 2.1.2
---------------------+------------------------------------------------------
Reporter: robe | Owner: pramsey
Type: defect | Status: new
Priority: medium | Milestone: PostGIS 2.1.2
Component: postgis | Version: 2.1.x
Keywords: |
---------------------+------------------------------------------------------
Comment(by robe):
I will note that:
{{{
SELECT _ST_DistanceUncached(t1.geog,
ST_Boundary(t2.geog::geometry)::geography)
FROM test_geogs As t1 CROSS JOIN test_geogs As t2
where t1.gid = 1 and t2.gid = 2;
----
75661.6241577711
}}}
--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/2634#comment:4>
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