Update terminology

This commit is contained in:
Christopher Eykamp
2013-01-02 15:39:55 +01:00
parent c9dbc33649
commit 3f9461e91c
+2 -2
View File
@@ -29,13 +29,13 @@ OpenLayers.Format.WCSCapabilities.v1 = OpenLayers.Class(
/** /**
* 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.
*/ */
read: function(data) { read: function(data) {
if(typeof data == "string") { if(typeof data == "string") {