WPS example; support for BoundingBox in WPS format
This commit is contained in:
@@ -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);
|
||||
},
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user