[mapserver-commits] r11580 - trunk/docs/en/ogc
svn at osgeo.org
svn at osgeo.org
Thu Apr 14 15:48:40 EDT 2011
Author: assefa
Date: 2011-04-14 12:48:40 -0700 (Thu, 14 Apr 2011)
New Revision: 11580
Modified:
trunk/docs/en/ogc/wms_server.txt
Log:
add doc regarding wms_xxx_formatlist (#3172)
Modified: trunk/docs/en/ogc/wms_server.txt
===================================================================
--- trunk/docs/en/ogc/wms_server.txt 2011-04-14 19:30:38 UTC (rev 11579)
+++ trunk/docs/en/ogc/wms_server.txt 2011-04-14 19:48:40 UTC (rev 11580)
@@ -1076,6 +1076,21 @@
MapServer will then look for the wms_extent metadata parameter and use the
extents of the image and the size of the image for georegistration.
+**wms_getfeatureinfo_formatlist**
+
+- *Description:* (Optional) Comma-separted list of formats that sould be valid for a GetFeatureInfo request.
+ If defined, only these formats are advertised through in the Capabilities document.
+
+**wms_getlegendgraphic_formatlist**
+
+- *Description:* (Optional) Comma-separted list of image formats that sould be valid for a GetLegendGraphic request.
+ If defined, only these formats are advertised through in the Capabilities document.
+
+**wms_getmap_formatlist**
+
+- *Description:* (Optional) Comma-separted list of image formats that sould be valid for a GetMap request.
+ If defined, only these formats are advertised through in the Capabilities document.
+
**wms_group_abstract**
- *Description:* (Optional) A blurb of text providing more information about
More information about the mapserver-commits
mailing list