Remove call to applyDefaults
This commit is contained in:
@@ -55,7 +55,7 @@ OpenLayers.Format.WCSCapabilities.v1_0_0 = OpenLayers.Class(
|
||||
* from the parent.
|
||||
*/
|
||||
readers: {
|
||||
"wcs": OpenLayers.Util.applyDefaults({
|
||||
"wcs": {
|
||||
"WCS_Capabilities": function(node, obj) {
|
||||
this.readChildNodes(node, obj);
|
||||
},
|
||||
@@ -161,7 +161,7 @@ OpenLayers.Format.WCSCapabilities.v1_0_0 = OpenLayers.Class(
|
||||
coverageOfferingBrief.lonLatEnvelope.max = max.points[0];
|
||||
}
|
||||
},
|
||||
}, OpenLayers.Format.WCSCapabilities.v1.prototype.readers["wcs"])
|
||||
},
|
||||
},
|
||||
|
||||
CLASS_NAME: "OpenLayers.Format.WCSCapabilities.v1_0_0"
|
||||
|
||||
Reference in New Issue
Block a user