[mapserver-commits] r12575 - branches/branch-6-0/docs/en/input/vector trunk/docs/en/input/vector

svn at osgeo.org svn at osgeo.org
Sat Sep 24 09:43:47 EDT 2011


Author: havatv
Date: 2011-09-24 06:43:47 -0700 (Sat, 24 Sep 2011)
New Revision: 12575

Modified:
   branches/branch-6-0/docs/en/input/vector/ogr.txt
   trunk/docs/en/input/vector/ogr.txt
Log:
Documentation of transparency support for OGR connections (#3660).

Modified: branches/branch-6-0/docs/en/input/vector/ogr.txt
===================================================================
--- branches/branch-6-0/docs/en/input/vector/ogr.txt	2011-09-23 16:32:23 UTC (rev 12574)
+++ branches/branch-6-0/docs/en/input/vector/ogr.txt	2011-09-24 13:43:47 UTC (rev 12575)
@@ -703,8 +703,8 @@
     that the outline color is mapped to CLASS.OUTLINECOLOR 
 
 Point symbols
-    Point symbol color is directly mapped to CLASS.COLOR
-    Point symbol size is directly mapped to CLASS.SIZE
+    Point symbol color is directly mapped to CLASS.COLOR.
+    Point symbol size is directly mapped to CLASS.SIZE.
                    
     If your symbolset contains a symbol called "default-marker" then this symbol 
     will be used, otherwise the default will be CLASS.SYMBOL=0 (i.e. a 1 pixel dot)
@@ -718,6 +718,10 @@
     returned by OGR is "mapinfo-sym-X" where X should be replaced with the MapInfo 
     symbol number (e.g. "mapinfo-sym-35" is the star symbol). 
     
+    If the OGR symbol id is a web reference (http://.../mysymbol.png),
+    the symbol will be downloaded and a new symbol entry will be
+    created referring to it.
+       
 Text labels
     The text string is mapped to CLASS.TEXT
     
@@ -747,7 +751,12 @@
           
     2. If TTF fonts are not supported or if all above cases failed, then BITMAP 
        MEDIUM font will be used. 
-       
+
+Transparency
+  If the color parameter from the OGR style contains an alpha value,
+  the value will be used to set the `OPACITY` parameter in the `STYLE`
+  object.
+
 .. _styleitemauto-label-styles:
 
 Accessing OGR STYLEITEMAUTO Label Styles Through MapScript

Modified: trunk/docs/en/input/vector/ogr.txt
===================================================================
--- trunk/docs/en/input/vector/ogr.txt	2011-09-23 16:32:23 UTC (rev 12574)
+++ trunk/docs/en/input/vector/ogr.txt	2011-09-24 13:43:47 UTC (rev 12575)
@@ -703,8 +703,8 @@
     that the outline color is mapped to CLASS.OUTLINECOLOR 
 
 Point symbols
-    Point symbol color is directly mapped to CLASS.COLOR
-    Point symbol size is directly mapped to CLASS.SIZE
+    Point symbol color is directly mapped to CLASS.COLOR.
+    Point symbol size is directly mapped to CLASS.SIZE.
                    
     If your symbolset contains a symbol called "default-marker" then this symbol 
     will be used, otherwise the default will be CLASS.SYMBOL=0 (i.e. a 1 pixel dot)
@@ -718,6 +718,10 @@
     returned by OGR is "mapinfo-sym-X" where X should be replaced with the MapInfo 
     symbol number (e.g. "mapinfo-sym-35" is the star symbol). 
     
+    If the OGR symbol id is a web reference (http://.../mysymbol.png),
+    the symbol will be downloaded and a new symbol entry will be
+    created referring to it.
+       
 Text labels
     The text string is mapped to CLASS.TEXT
     
@@ -747,7 +751,12 @@
           
     2. If TTF fonts are not supported or if all above cases failed, then BITMAP 
        MEDIUM font will be used. 
-       
+
+Transparency
+  If the color parameter from the OGR style contains an alpha value,
+  the value will be used to set the `OPACITY` parameter in the `STYLE`
+  object.
+
 .. _styleitemauto-label-styles:
 
 Accessing OGR STYLEITEMAUTO Label Styles Through MapScript



More information about the mapserver-commits mailing list