From fe5360723628e1ba31faf72b45a987e9475eb7ae Mon Sep 17 00:00:00 2001 From: Regina Obe Date: Sat, 24 Dec 2011 22:27:48 +0000 Subject: [PATCH] another minor typo git-svn-id: http://svn.osgeo.org/postgis/trunk@8574 b70326c6-7e19-0410-871a-916f4a2858ee --- doc/reference_raster.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.40.0