Tactical retreat from dot notation
This commit is contained in:
@@ -80,7 +80,7 @@ OpenLayers.Format.WCSCapabilities.v1_1_0 = OpenLayers.Class(
|
|||||||
coverageSummary.title = this.getChildValue(node);
|
coverageSummary.title = this.getChildValue(node);
|
||||||
},
|
},
|
||||||
"Abstract": function(node, coverageSummary) {
|
"Abstract": function(node, coverageSummary) {
|
||||||
coverageSummary.abstract = this.getChildValue(node);
|
coverageSummary["abstract"] = this.getChildValue(node);
|
||||||
},
|
},
|
||||||
"SupportedCRS": function(node, coverageSummary) {
|
"SupportedCRS": function(node, coverageSummary) {
|
||||||
var crs = this.getChildValue(node);
|
var crs = this.getChildValue(node);
|
||||||
|
|||||||
Reference in New Issue
Block a user