[mapserver-commits] r10865 - trunk/docs/en/ogc
svn at osgeo.org
svn at osgeo.org
Thu Jan 13 16:30:23 EST 2011
Author: assefa
Date: 2011-01-13 13:30:23 -0800 (Thu, 13 Jan 2011)
New Revision: 10865
Modified:
trunk/docs/en/ogc/wfs_server.txt
trunk/docs/en/ogc/wms_server.txt
Log:
Use default versions if set in the map file #3444
Modified: trunk/docs/en/ogc/wfs_server.txt
===================================================================
--- trunk/docs/en/ogc/wfs_server.txt 2011-01-13 21:22:05 UTC (rev 10864)
+++ trunk/docs/en/ogc/wfs_server.txt 2011-01-13 21:30:23 UTC (rev 10865)
@@ -361,6 +361,11 @@
- *Description:* (Optional) Any fees imposed by the service provider for usage of
this service or for data retrieved from the WFS.
+**wfs_getcapabilities_version**
+
+- *Description:* (Optional) Default version to use for GetCapabilities requests that do not have a version parameter.
+ If not set, the latest supported version will be returned.
+
**wfs_keywordlist**
- *WFS TAG Name:* Keyword (WFS 1.0.0, sect. 12.3.3)
Modified: trunk/docs/en/ogc/wms_server.txt
===================================================================
--- trunk/docs/en/ogc/wms_server.txt 2011-01-13 21:22:05 UTC (rev 10864)
+++ trunk/docs/en/ogc/wms_server.txt 2011-01-13 21:30:23 UTC (rev 10865)
@@ -806,6 +806,11 @@
- *Description:* (Optional) Fees information. Use the reserved word "none" if
there are no fees.
+**wms_getcapabilities_version**
+
+- *Description:* (Optional) Default version to use for GetCapabilities requests that do not have a version parameter.
+ If not set, the latest supported version will be returned.
+
**wms_getlegendgraphic_formatlist**
- *Description:* (Optional) A comma-separated list of valid formats
More information about the mapserver-commits
mailing list