From 39d5ec81b46eca9498924fc19b40c10c0933c926 Mon Sep 17 00:00:00 2001 From: Regina Obe Date: Mon, 16 Nov 2009 12:57:00 +0000 Subject: [PATCH] Update geography transform description to reflect new cowboy transform hack strategy :). Need to update functions as well once Olivier has stopped kicking dust. git-svn-id: http://svn.osgeo.org/postgis/trunk@4829 b70326c6-7e19-0410-871a-916f4a2858ee --- doc/xsl/postgis_aggs_mm.xml.xsl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/xsl/postgis_aggs_mm.xml.xsl b/doc/xsl/postgis_aggs_mm.xml.xsl index cfb040cac..8162e8b3f 100644 --- a/doc/xsl/postgis_aggs_mm.xml.xsl +++ b/doc/xsl/postgis_aggs_mm.xml.xsl @@ -74,7 +74,7 @@ PostGIS Geography Support Functions The functions and operators given below are PostGIS functions/operators that take as input or return as output a geography data type object. Functions with a (T) are not native geodetic functions, and use a ST_Transform call to and from geometry to do the operation. As a result, they may not behave as expected when going over dateline, poles, - and for large geometries or geometry pairs that cover more than one UTM zone. Basic tranform - (favoring UTM, polar stereographic and falling back on mercator in worst case scenario) + and for large geometries or geometry pairs that cover more than one UTM zone. Basic tranform - (favoring UTM, Lambert Azimuthal (North/South), and falling back on mercator in worst case scenario) -- 2.50.1