Tactical retreat from dot notation

This commit is contained in:
Christopher Eykamp
2013-01-02 17:04:16 +01:00
parent ed6a32cea7
commit 91bf459ab2

View File

@@ -80,7 +80,7 @@ OpenLayers.Format.WCSCapabilities.v1_1_0 = OpenLayers.Class(
coverageSummary.title = this.getChildValue(node);
},
"Abstract": function(node, coverageSummary) {
coverageSummary.abstract = this.getChildValue(node);
coverageSummary["abstract"] = this.getChildValue(node);
},
"SupportedCRS": function(node, coverageSummary) {
var crs = this.getChildValue(node);