Merge pull request #382 from ahocevar/wps

WPS example and improvements. r=@marcjansen,@bartvde
This commit is contained in:
ahocevar
2012-04-03 06:30:15 -07:00
8 changed files with 453 additions and 5 deletions
+2 -2
View File
@@ -270,8 +270,8 @@ OpenLayers.Format.OWSCommon.v1 = OpenLayers.Class(OpenLayers.Format.XML, {
*/
writers: {
"ows": {
"BoundingBox": function(options) {
var node = this.createElementNSPlus("ows:BoundingBox", {
"BoundingBox": function(options, nodeName) {
var node = this.createElementNSPlus(nodeName || "ows:BoundingBox", {
attributes: {
crs: options.projection
}