From 54c86a84e6708629a7438f9ad05f252bba24ff77 Mon Sep 17 00:00:00 2001 From: Kevin Neufeld Date: Mon, 27 Oct 2008 15:48:46 +0000 Subject: [PATCH] fixed typo in broken link to ST_Distance_Spheroid git-svn-id: http://svn.osgeo.org/postgis/trunk@3195 b70326c6-7e19-0410-871a-916f4a2858ee --- doc/reference_new.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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. -- 2.50.0