[mapserver-commits] r12635 - branches/branch-6-0/docs/en/ogc

svn at osgeo.org svn at osgeo.org
Thu Oct 6 23:38:53 EDT 2011


Author: dmorissette
Date: 2011-10-06 20:38:53 -0700 (Thu, 06 Oct 2011)
New Revision: 12635

Modified:
   branches/branch-6-0/docs/en/ogc/wms_server.txt
Log:
Correction: named styles are now supported

Modified: branches/branch-6-0/docs/en/ogc/wms_server.txt
===================================================================
--- branches/branch-6-0/docs/en/ogc/wms_server.txt	2011-10-07 03:24:44 UTC (rev 12634)
+++ branches/branch-6-0/docs/en/ogc/wms_server.txt	2011-10-07 03:38:53 UTC (rev 12635)
@@ -9,7 +9,7 @@
 
 :Author: Jeff McKenna
 :Contact: jmckenna at gatewaygeomatics.com
-:Last Updated: 2010-10-01
+:Last Updated: 2011-10-06
 
 .. contents:: Table of Contents
     :depth: 2
@@ -389,9 +389,9 @@
    is present.
 
    **STYLES=style_list:** Comma-separated list of one rendering style per requested layer. 
-   Optional if SLD parameter is present. NOTE that MapServer does not support named styles, 
-   so most times you would specify "STYLES=" with an empty value. MapServer does 
-   support STYLES when used with an SLD.
+   Optional if SLD parameter is present. Set "STYLES=" with an empty value 
+   to use default style(s). Named styles are also supported and are controlled
+   by CLASS GROUP names in the mapfile.
 
    **SRS=namespace:identifier:** Spatial Reference System.
 



More information about the mapserver-commits mailing list