[mapserver-commits] r12634 - trunk/docs/en/ogc
svn at osgeo.org
svn at osgeo.org
Thu Oct 6 23:24:44 EDT 2011
Author: dmorissette
Date: 2011-10-06 20:24:44 -0700 (Thu, 06 Oct 2011)
New Revision: 12634
Modified:
trunk/docs/en/ogc/wms_server.txt
Log:
Correction: named styles are now supported
Modified: trunk/docs/en/ogc/wms_server.txt
===================================================================
--- trunk/docs/en/ogc/wms_server.txt 2011-10-07 02:55:31 UTC (rev 12633)
+++ trunk/docs/en/ogc/wms_server.txt 2011-10-07 03:24:44 UTC (rev 12634)
@@ -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