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

svn at osgeo.org svn at osgeo.org
Tue Sep 27 10:22:56 EDT 2011


Author: havatv
Date: 2011-09-27 07:22:55 -0700 (Tue, 27 Sep 2011)
New Revision: 12591

Modified:
   branches/branch-6-0/docs/en/ogc/wms_server.txt
   trunk/docs/en/ogc/wms_server.txt
Log:
New metadata parameter wms_bbox_extended added in wms_server documentation (#3602).

Modified: branches/branch-6-0/docs/en/ogc/wms_server.txt
===================================================================
--- branches/branch-6-0/docs/en/ogc/wms_server.txt	2011-09-26 22:09:52 UTC (rev 12590)
+++ branches/branch-6-0/docs/en/ogc/wms_server.txt	2011-09-27 14:22:55 UTC (rev 12591)
@@ -900,6 +900,14 @@
 - *Description:* (Optional) Human-readable string naming the data provider.
 - refer to section 7.1.4.5.11 of the WMS 1.1.1 spec. 
 
+**wms_bbox_extended:**
+
+- *Description:* (Optional) "true" or "false".  If true, bounding
+  boxes are reported for all supported SRS / CRS in the capabilities
+  document.  If false, only the bounding box of the first SRS / CRS is
+  reported.
+- Introduced in 6.0.
+
 **wms_contactelectronicmailaddress**
 
 - *WMS TAG Name:* ContactElectronicMailAddress (WMS1.1.1, sect. 7.1.4.2)
@@ -1216,6 +1224,14 @@
 - *Description:* (Optional) AuthorityURL is used in tandem with Identifier values to provide a means of linking identifier information back to a web service.  The wms_identifier_authority should provide a string that matches a declared wms_authorityurl_name.  Both wms_authorityurl_name and wms_authorityurl_href must be present for an AuthorityURL tag to be written to the capabilities.
 - refer to section 7.1.4.5.12 of the WMS 1.1.1 spec.
 
+**wms_bbox_extended:**
+
+- *Description:* (Optional) "true" or "false".  If true, bounding
+  boxes are reported for all supported SRS / CRS in the capabilities
+  document.  If false, only the bounding box of the first SRS / CRS is
+  reported.
+- Introduced in 6.0.
+
 **wms_identifier_authority, wms_identifier_value**
 - *Description:* (Optional) Identifier is used in tandem with AuthorityURL end points to provide a means of linking identifier information back to a web service.  The wms_identifier_authority should provide a string that matches a declared wms_authorityurl_name. Both wms_identifier_authority and wms_identifier_value must be present for an Identifier tag to be written to the capabilities.
 - refer to section 7.1.4.5.12 of the WMS 1.1.1 spec.

Modified: trunk/docs/en/ogc/wms_server.txt
===================================================================
--- trunk/docs/en/ogc/wms_server.txt	2011-09-26 22:09:52 UTC (rev 12590)
+++ trunk/docs/en/ogc/wms_server.txt	2011-09-27 14:22:55 UTC (rev 12591)
@@ -900,6 +900,14 @@
 - *Description:* (Optional) Human-readable string naming the data provider.
 - refer to section 7.1.4.5.11 of the WMS 1.1.1 spec. 
 
+**wms_bbox_extended:**
+
+- *Description:* (Optional) "true" or "false".  If true, bounding
+  boxes are reported for all supported SRS / CRS in the capabilities
+  document.  If false, only the bounding box of the first SRS / CRS is
+  reported.
+- Introduced in 6.0.
+
 **wms_contactelectronicmailaddress**
 
 - *WMS TAG Name:* ContactElectronicMailAddress (WMS1.1.1, sect. 7.1.4.2)
@@ -1216,6 +1224,14 @@
 - *Description:* (Optional) AuthorityURL is used in tandem with Identifier values to provide a means of linking identifier information back to a web service.  The wms_identifier_authority should provide a string that matches a declared wms_authorityurl_name.  Both wms_authorityurl_name and wms_authorityurl_href must be present for an AuthorityURL tag to be written to the capabilities.
 - refer to section 7.1.4.5.12 of the WMS 1.1.1 spec.
 
+**wms_bbox_extended:**
+
+- *Description:* (Optional) "true" or "false".  If true, bounding
+  boxes are reported for all supported SRS / CRS in the capabilities
+  document.  If false, only the bounding box of the first SRS / CRS is
+  reported.
+- Introduced in 6.0.
+
 **wms_identifier_authority, wms_identifier_value**
 - *Description:* (Optional) Identifier is used in tandem with AuthorityURL end points to provide a means of linking identifier information back to a web service.  The wms_identifier_authority should provide a string that matches a declared wms_authorityurl_name. Both wms_identifier_authority and wms_identifier_value must be present for an Identifier tag to be written to the capabilities.
 - refer to section 7.1.4.5.12 of the WMS 1.1.1 spec.



More information about the mapserver-commits mailing list