From: Regina Obe Date: Fri, 24 Jun 2011 13:02:09 +0000 (+0000) Subject: Get rid of note about ST_Transform not working on all platforms. No longer true X-Git-Tag: 2.0.0alpha1~1364 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5205bd191a6e84696dc813d1f7d070e2402a5d6c;p=postgis Get rid of note about ST_Transform not working on all platforms. No longer true git-svn-id: http://svn.osgeo.org/postgis/trunk@7467 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/doc/reference_raster.xml b/doc/reference_raster.xml index 031030a38..3f4a8a186 100644 --- a/doc/reference_raster.xml +++ b/doc/reference_raster.xml @@ -3282,8 +3282,6 @@ WHERE rid = 2; Uses 'NearestNeighbor' if no algorithm is specified and maxerror percent of 0.125 if no maxerr is specified. Algorithm options are: 'NearestNeighbor', 'Bilinear', 'Cubic', 'CubicSpline', and 'Lanczos'. Refer to: GDAL Warp resampling methods for more details. Availability: 2.0.0 Requires GDAL 1.6.1+ - Currently having issues getting this to work right on some platforms: Windows, some Linux. We are working on resolving these. - Refer to Raster ST_Transform for gorydetails.