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

svn at osgeo.org svn at osgeo.org
Sat Aug 6 06:21:58 EDT 2011


Author: havatv
Date: 2011-08-06 03:21:58 -0700 (Sat, 06 Aug 2011)
New Revision: 12015

Modified:
   branches/branch-6-0/docs/en/ogc/wms_server.txt
   trunk/docs/en/ogc/wms_server.txt
Log:
Adding missing parameters to getlegendgraphics in the wms server document (#3527).

Modified: branches/branch-6-0/docs/en/ogc/wms_server.txt
===================================================================
--- branches/branch-6-0/docs/en/ogc/wms_server.txt	2011-08-06 10:11:05 UTC (rev 12014)
+++ branches/branch-6-0/docs/en/ogc/wms_server.txt	2011-08-06 10:21:58 UTC (rev 12015)
@@ -555,9 +555,13 @@
   - **SLD_BODY** - (Optional) The body (code) of the SLD, instead of specifying a URL 
     (as in the 'SLD' parameter). 
 
+  - **SLD_VERSION** - (Optional) The SLD version.
+
   - **SCALE** - (Optional) Specify a scale so that only layers that fall into that 
     scale will have a legend. 
 
+  - **STYLE** - (Optional) The style.
+
   - **RULE** - (Optional) Specify the name of the CLASS to generate the legend image 
     for (as opposed to generating an icon and label for ALL classes for the layer). 
 

Modified: trunk/docs/en/ogc/wms_server.txt
===================================================================
--- trunk/docs/en/ogc/wms_server.txt	2011-08-06 10:11:05 UTC (rev 12014)
+++ trunk/docs/en/ogc/wms_server.txt	2011-08-06 10:21:58 UTC (rev 12015)
@@ -555,9 +555,13 @@
   - **SLD_BODY** - (Optional) The body (code) of the SLD, instead of specifying a URL 
     (as in the 'SLD' parameter). 
 
+  - **SLD_VERSION** - (Optional) The SLD version.
+
   - **SCALE** - (Optional) Specify a scale so that only layers that fall into that 
     scale will have a legend. 
 
+  - **STYLE** - (Optional) The style.
+
   - **RULE** - (Optional) Specify the name of the CLASS to generate the legend image 
     for (as opposed to generating an icon and label for ALL classes for the layer). 
 



More information about the mapserver-commits mailing list