This commit is contained in:
Christopher Eykamp
2013-01-02 12:12:04 +01:00
parent 543a5f6881
commit e40034521b

View File

@@ -33,13 +33,13 @@ OpenLayers.Format.WCSCapabilities = OpenLayers.Class(OpenLayers.Format.XML.Versi
/**
* 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:
* data - {String} or {DOMElement} data to read/parse.
*
* Returns:
* {Array} List of named layers.
* {Array} List of named coverages.
*/
CLASS_NAME: "OpenLayers.Format.WCSCapabilities"