From: Regina Obe Date: Mon, 16 Nov 2009 12:57:00 +0000 (+0000) Subject: Update geography transform description to reflect new cowboy transform hack strategy... X-Git-Tag: 1.5.0b1~233 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=39d5ec81b46eca9498924fc19b40c10c0933c926;p=postgis 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 --- 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)