[mapserver-commits] r10142 - trunk/docs/en/mapscript/php
svn at osgeo.org
svn at osgeo.org
Fri May 7 13:52:12 EDT 2010
Author: assefa
Date: 2010-05-07 13:52:11 -0400 (Fri, 07 May 2010)
New Revision: 10142
Modified:
trunk/docs/en/mapscript/php/index.txt
Log:
Add a note on return value for setProjection #3436
Modified: trunk/docs/en/mapscript/php/index.txt
===================================================================
--- trunk/docs/en/mapscript/php/index.txt 2010-05-07 17:49:41 UTC (rev 10141)
+++ trunk/docs/en/mapscript/php/index.txt 2010-05-07 17:52:11 UTC (rev 10142)
@@ -843,7 +843,8 @@
int setProjection(string proj_params)
Set layer :ref:`projection <projection>` and coordinate system. Parameters are given as
- a single string of comma-delimited PROJ.4 parameters.
+ a single string of comma-delimited PROJ.4 parameters. Returns MS_SUCCESS or
+ MS_FAILURE on error.
int setWKTProjection(string proj_params)
Same as setProjection(), but takes an OGC WKT projection
More information about the mapserver-commits
mailing list