Update terminology
This commit is contained in:
@@ -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") {
|
||||
|
||||
Reference in New Issue
Block a user