From: Regina Obe Date: Sat, 24 Dec 2011 22:27:48 +0000 (+0000) Subject: another minor typo X-Git-Tag: 2.0.0alpha1~301 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fe5360723628e1ba31faf72b45a987e9475eb7ae;p=postgis another minor typo git-svn-id: http://svn.osgeo.org/postgis/trunk@8574 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/doc/reference_raster.xml b/doc/reference_raster.xml index ce15acd23..eb6141a39 100644 --- a/doc/reference_raster.xml +++ b/doc/reference_raster.xml @@ -3623,7 +3623,7 @@ SELECT descrip, ST_ScaleX(rast) As newsx, ST_ScaleY(rast) As newsy 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+ If you find your transformation support is not working right, you may need to set the environment variable PROJSO to the .so or .dll projection library - your PostGIS is using. This just needs to have the name of the file. So for example on windows, you would in Control PAnel -> Environment Variables add a system variable called PROJSO and set it to libproj.dll (if you are using proj 4.6.1). You'll have to restart your PostgreSQL service/daemon after this change. + your PostGIS is using. This just needs to have the name of the file. So for example on windows, you would in Control Panel -> System -> Environment Variables add a system variable called PROJSO and set it to libproj.dll (if you are using proj 4.6.1). You'll have to restart your PostgreSQL service/daemon after this change.