From: Kevin Neufeld Date: Mon, 27 Oct 2008 15:48:46 +0000 (+0000) Subject: fixed typo in broken link to ST_Distance_Spheroid X-Git-Tag: 1.4.0b1~569 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=54c86a84e6708629a7438f9ad05f252bba24ff77;p=postgis fixed typo in broken link to ST_Distance_Spheroid git-svn-id: http://svn.osgeo.org/postgis/trunk@3195 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/doc/reference_new.xml b/doc/reference_new.xml index ba9c4dc08..79b5f4e33 100644 --- a/doc/reference_new.xml +++ b/doc/reference_new.xml @@ -6303,7 +6303,7 @@ SELECT ST_Disjoint('POINT(0 0)'::geometry, 'LINESTRING ( 0 0, 0 2 )'::geometry); Returns linear distance in meters between two lon/lat points. Uses a spherical earth and radius of 6370986 meters. - Faster than ST_Distance_Spheroid(), but less + Faster than , but less accurate. Only implemented for points. @@ -6322,7 +6322,7 @@ SELECT ST_Disjoint('POINT(0 0)'::geometry, 'LINESTRING ( 0 0, 0 2 )'::geometry); Returns linear distance in meters between two lon/lat points. Uses a spherical earth and radius of 6370986 meters. - Faster than , but less + Faster than , but less accurate. Only implemented for points. This function currently does not look at the SRID of a point geometry and will always assume its in WGS 80 long lat.