[mapserver-commits] r9696 - trunk/docs/en/mapscript/php
svn at osgeo.org
svn at osgeo.org
Fri Jan 15 12:28:20 EST 2010
Author: aboudreault
Date: 2010-01-15 12:28:20 -0500 (Fri, 15 Jan 2010)
New Revision: 9696
Modified:
trunk/docs/en/mapscript/php/index.txt
Log:
Update php mapscript deprecated class properties (#2170)
Modified: trunk/docs/en/mapscript/php/index.txt
===================================================================
--- trunk/docs/en/mapscript/php/index.txt 2010-01-15 17:02:28 UTC (rev 9695)
+++ trunk/docs/en/mapscript/php/index.txt 2010-01-15 17:28:20 UTC (rev 9696)
@@ -237,10 +237,10 @@
labelcacheObj labelcache (no members. Used only to be able to free the
the label cache (ex : map->labelcache->free())
projectionObj projection
-int transparent (deprecated, use outputFormatObj)
-int interlace (deprecated, use outputFormatObj)
-int imagetype (deprecated, use outputFormatObj)
-int imagequality (deprecated, use outputFormatObj)
+int transparent (Deprecated, use outputFormatObj)
+int interlace (Deprecated, use outputFormatObj)
+int imagetype (Deprecated, use outputFormatObj)
+int imagequality (Deprecated, use outputFormatObj)
=============== ===============================================================
Methods
@@ -1867,8 +1867,8 @@
int units
int status //MS_ON, MS_OFF, MS_EMBED
int position //for embeded scalebars, MS_UL, MS_UC, ...
-int transparent
-int interlace
+int transparent (Deprecated in v4.6)
+int interlace (Deprecated in v4.6)
int postlabelcache
labelObj label
colorObj imagecolor
@@ -1911,8 +1911,8 @@
colorObj outlinecolor //Color of outline of box, -1 for no outline
int status //MS_ON, MS_OFF, MS_EMBED
int position //for embeded legends, MS_UL, MS_UC, ...
-int transparent
-int interlace
+int transparent (Deprecated in v4.6)
+int interlace (Deprecated in v4.6)
int postlabelcache //MS_TRUE, MS_FALSE
labelObj label
colorObj imagecolor
@@ -2251,7 +2251,7 @@
string character
int antialias
string font
-int gap
+int gap (Deprecated in v6.0)
int position
=============== ====================================================================
More information about the mapserver-commits
mailing list