[mapserver-commits] r9554 - trunk/docs/en/ogc

svn at osgeo.org svn at osgeo.org
Wed Nov 18 11:16:16 EST 2009


Author: assefa
Date: 2009-11-18 11:16:15 -0500 (Wed, 18 Nov 2009)
New Revision: 9554

Modified:
   trunk/docs/en/ogc/sld.txt
Log:
Update support on opacity parameter

Modified: trunk/docs/en/ogc/sld.txt
===================================================================
--- trunk/docs/en/ogc/sld.txt	2009-11-18 06:37:24 UTC (rev 9553)
+++ trunk/docs/en/ogc/sld.txt	2009-11-18 16:16:15 UTC (rev 9554)
@@ -285,7 +285,7 @@
 Stroke: GraphicStroke                       Yes       Draws the symbol along the line
 Stroke (CssParameter): stroke               Yes       RGB colors are supported
 Stroke (CssParameter): width                Yes  
-Stroke (CssParameter): opacity              No        Not supported in MapServer
+Stroke (CssParameter): opacity              Yes       Only available for AGG driver and mapserver version >=5.2
 Stroke (CssParameter): linejoin and linecap No        Not supported in MapServer
 Stroke (CssParameter): dasharray            Yes  
 Stroke (CssParameter): dashoffset           No 
@@ -321,6 +321,7 @@
 Geometry             No   
 Stroke               Yes       Strokes are the same as for the LineSymbolizer
 Fill                 Yes       Was developed to support symbol fill polygons in addition to solid fill
+Fill-opacity         Yes       Only available for AGG driver and mapserver version >=5.2
 PerperdicularOffset  No        SLD 1.1.0 parameter
 Displacement         Yes       SLD 1.1.0 parameter. Sets offsetx/y in MapServer       
 ==================== ========= =======================================================================



More information about the mapserver-commits mailing list