[mapserver-commits] r12763 - branches/branch-6-0/docs/en/mapscript branches/branch-6-0/docs/en/mapscript/php trunk/docs/en/mapscript trunk/docs/en/mapscript/php

svn at osgeo.org svn at osgeo.org
Tue Nov 8 17:06:14 EST 2011


Author: havatv
Date: 2011-11-08 14:06:14 -0800 (Tue, 08 Nov 2011)
New Revision: 12763

Modified:
   branches/branch-6-0/docs/en/mapscript/mapscript.txt
   branches/branch-6-0/docs/en/mapscript/php/index.txt
   trunk/docs/en/mapscript/mapscript.txt
   trunk/docs/en/mapscript/php/index.txt
Log:
Added deprecation notes for labelobj backgroundcolor, backgroundshadowcolor, backgroundshadowsizex and backgroundshadowsizey to the mapscript documentation (#4059) - swig and php.

Modified: branches/branch-6-0/docs/en/mapscript/mapscript.txt
===================================================================
--- branches/branch-6-0/docs/en/mapscript/mapscript.txt	2011-11-08 10:23:04 UTC (rev 12762)
+++ branches/branch-6-0/docs/en/mapscript/mapscript.txt	2011-11-08 22:06:14 UTC (rev 12763)
@@ -736,15 +736,23 @@
 backgroundcolor : colorObj_
     Color of background rectangle or billboard.
 
+    .. deprecated:: 6.0  Use styleObj_ and geomtransform.
+
 backgroundshadowcolor : colorObj_
     Color of background rectangle or billboard shadow.
 
+    .. deprecated:: 6.0  Use styleObj_ and geomtransform.
+
 backgroundshadowsizex : int
     Horizontal offset of drop shadow in pixels.
 
+    .. deprecated:: 6.0  Use styleObj_ and geomtransform.
+
 backgroundshadowsizey : int
     Vertical offset of drop shadow in pixels.
 
+    .. deprecated:: 6.0  Use styleObj_ and geomtransform.
+
 buffer : int
     Maybe this should've been named 'padding' since that's what it is:
     padding in pixels around a label.

Modified: branches/branch-6-0/docs/en/mapscript/php/index.txt
===================================================================
--- branches/branch-6-0/docs/en/mapscript/php/index.txt	2011-11-08 10:23:04 UTC (rev 12762)
+++ branches/branch-6-0/docs/en/mapscript/php/index.txt	2011-11-08 22:06:14 UTC (rev 12763)
@@ -678,10 +678,10 @@
 int             anglemode
 int             antialias
 int             autominfeaturesize
-colorObj        backgroundcolor
-colorObj        backgroundshadowcolor
-int             backgroundshadowsizex
-int             backgroundshadowsizey
+colorObj        backgroundcolor (deprecated since 6.0)
+colorObj        backgroundshadowcolor (deprecated since 6.0)
+int             backgroundshadowsizex (deprecated since 6.0)
+int             backgroundshadowsizey (deprecated since 6.0)
 int             buffer
 colorObj        color
 string          encoding

Modified: trunk/docs/en/mapscript/mapscript.txt
===================================================================
--- trunk/docs/en/mapscript/mapscript.txt	2011-11-08 10:23:04 UTC (rev 12762)
+++ trunk/docs/en/mapscript/mapscript.txt	2011-11-08 22:06:14 UTC (rev 12763)
@@ -736,15 +736,23 @@
 backgroundcolor : colorObj_
     Color of background rectangle or billboard.
 
+    .. deprecated:: 6.0  Use styleObj_ and geomtransform.
+
 backgroundshadowcolor : colorObj_
     Color of background rectangle or billboard shadow.
 
+    .. deprecated:: 6.0  Use styleObj_ and geomtransform.
+
 backgroundshadowsizex : int
     Horizontal offset of drop shadow in pixels.
 
+    .. deprecated:: 6.0  Use styleObj_ and geomtransform.
+
 backgroundshadowsizey : int
     Vertical offset of drop shadow in pixels.
 
+    .. deprecated:: 6.0  Use styleObj_ and geomtransform.
+
 buffer : int
     Maybe this should've been named 'padding' since that's what it is:
     padding in pixels around a label.

Modified: trunk/docs/en/mapscript/php/index.txt
===================================================================
--- trunk/docs/en/mapscript/php/index.txt	2011-11-08 10:23:04 UTC (rev 12762)
+++ trunk/docs/en/mapscript/php/index.txt	2011-11-08 22:06:14 UTC (rev 12763)
@@ -678,10 +678,10 @@
 int             anglemode
 int             antialias
 int             autominfeaturesize
-colorObj        backgroundcolor
-colorObj        backgroundshadowcolor
-int             backgroundshadowsizex
-int             backgroundshadowsizey
+colorObj        backgroundcolor (deprecated since 6.0)
+colorObj        backgroundshadowcolor (deprecated since 6.0)
+int             backgroundshadowsizex (deprecated since 6.0)
+int             backgroundshadowsizey (deprecated since 6.0)
 int             buffer
 colorObj        color
 string          encoding



More information about the mapserver-commits mailing list