This commit is contained in:
Christopher Eykamp
2013-01-02 12:12:04 +01:00
parent 543a5f6881
commit e40034521b
+2 -2
View File
@@ -33,13 +33,13 @@ OpenLayers.Format.WCSCapabilities = OpenLayers.Class(OpenLayers.Format.XML.Versi
/** /**
* APIMethod: read * APIMethod: read
* Read capabilities data from a string, and return a list of layers. * Read capabilities data from a string, and return a list of coverages.
* *
* Parameters: * Parameters:
* data - {String} or {DOMElement} data to read/parse. * data - {String} or {DOMElement} data to read/parse.
* *
* Returns: * Returns:
* {Array} List of named layers. * {Array} List of named coverages.
*/ */
CLASS_NAME: "OpenLayers.Format.WCSCapabilities" CLASS_NAME: "OpenLayers.Format.WCSCapabilities"