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