[mapserver-commits] r9770 - trunk/docs/en/ogc

svn at osgeo.org svn at osgeo.org
Mon Feb 1 17:39:56 EST 2010


Author: pramsey
Date: 2010-02-01 17:39:56 -0500 (Mon, 01 Feb 2010)
New Revision: 9770

Modified:
   trunk/docs/en/ogc/wms_server.txt
Log:
Document the wms_authorityurl_name, wms_authorityurl_href, wms_identifier_authority, and wms_identifier_value tags. (#3251)



Modified: trunk/docs/en/ogc/wms_server.txt
===================================================================
--- trunk/docs/en/ogc/wms_server.txt	2010-02-01 22:30:22 UTC (rev 9769)
+++ trunk/docs/en/ogc/wms_server.txt	2010-02-01 22:39:56 UTC (rev 9770)
@@ -1003,6 +1003,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_authorityurl_name, wms_authorityurl_href**
+- *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_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.
+
 **wms_dataurl_format**
 
 - *Description:* (Optional) Non-standardized file format of the metadata. The layer 



More information about the mapserver-commits mailing list