WPS example; support for BoundingBox in WPS format

This commit is contained in:
ahocevar
2012-03-30 18:02:24 -07:00
parent 81b67db101
commit c3fe359fa6
7 changed files with 56 additions and 10 deletions

View File

@@ -82,7 +82,7 @@ OpenLayers.Format.WFST.v1_0_0 = OpenLayers.Class(
// Not the superclass, only the mixin classes inherit from
// Format.GML.v2. We need this because we don't want to get readNode
// from the superclass's superclass, which is OpenLayers.Format.XML.
return OpenLayers.Format.GML.v2.prototype.readNode.apply(this, [node, obj]);
return OpenLayers.Format.GML.v2.prototype.readNode.apply(this, arguments);
},
/**