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

svn at osgeo.org svn at osgeo.org
Sat Aug 6 07:23:19 EDT 2011


Author: havatv
Date: 2011-08-06 04:23:19 -0700 (Sat, 06 Aug 2011)
New Revision: 12020

Modified:
   branches/branch-6-0/docs/en/mapscript/mapscript.txt
   trunk/docs/en/mapscript/mapscript.txt
Log:
Changed transparency to opacity for labelobj in mapscript document (#3419).  Also moved it.

Modified: branches/branch-6-0/docs/en/mapscript/mapscript.txt
===================================================================
--- branches/branch-6-0/docs/en/mapscript/mapscript.txt	2011-08-06 11:14:56 UTC (rev 12019)
+++ branches/branch-6-0/docs/en/mapscript/mapscript.txt	2011-08-06 11:23:19 UTC (rev 12020)
@@ -915,6 +915,12 @@
 offsite : colorObj_
     transparent pixel value for raster layers.
     
+opacity : int
+    Layer opacity percentage in range [0, 100].  The special value of 
+    MS_GD_ALPHA (1000) indicates that the alpha transparency of pixmap
+    symbols should be honored, and should be used only for layers that use
+    RGBA pixmap symbols. 
+    
 postlabelcache : int
     MS_TRUE or MS_FALSE.  Default is MS_FALSE.
    
@@ -956,12 +962,6 @@
     MS_TRUE or MS_FALSE.  Default is MS_TRUE.  Case of MS_FALSE is for
     data that are in image coordinates such as annotation points.
    
-transparency : int
-    Layer opacity percentage in range [0, 100].  The special value of 
-    MS_GD_ALPHA (1000) indicates that the alpha transparency of pixmap
-    symbols should be honored, and should be used only for layers that use
-    RGBA pixmap symbols. 
-    
 type : int
     See MS_LAYER_TYPE in mapserver.h.
     

Modified: trunk/docs/en/mapscript/mapscript.txt
===================================================================
--- trunk/docs/en/mapscript/mapscript.txt	2011-08-06 11:14:56 UTC (rev 12019)
+++ trunk/docs/en/mapscript/mapscript.txt	2011-08-06 11:23:19 UTC (rev 12020)
@@ -915,6 +915,12 @@
 offsite : colorObj_
     transparent pixel value for raster layers.
     
+opacity : int
+    Layer opacity percentage in range [0, 100].  The special value of 
+    MS_GD_ALPHA (1000) indicates that the alpha transparency of pixmap
+    symbols should be honored, and should be used only for layers that use
+    RGBA pixmap symbols. 
+    
 postlabelcache : int
     MS_TRUE or MS_FALSE.  Default is MS_FALSE.
    
@@ -956,12 +962,6 @@
     MS_TRUE or MS_FALSE.  Default is MS_TRUE.  Case of MS_FALSE is for
     data that are in image coordinates such as annotation points.
    
-transparency : int
-    Layer opacity percentage in range [0, 100].  The special value of 
-    MS_GD_ALPHA (1000) indicates that the alpha transparency of pixmap
-    symbols should be honored, and should be used only for layers that use
-    RGBA pixmap symbols. 
-    
 type : int
     See MS_LAYER_TYPE in mapserver.h.
     



More information about the mapserver-commits mailing list