Update terminology

This commit is contained in:
Christopher Eykamp
2013-01-02 15:39:55 +01:00
parent c9dbc33649
commit 3f9461e91c

View File

@@ -29,13 +29,13 @@ OpenLayers.Format.WCSCapabilities.v1 = OpenLayers.Class(
/**
* 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.
*/
read: function(data) {
if(typeof data == "string") {