diff --git a/examples/wps.html b/examples/wps.html index 10de97be5c..596f60e1f0 100644 --- a/examples/wps.html +++ b/examples/wps.html @@ -29,6 +29,12 @@ display: block; margin-top: 10px; } + #docs { + top: 6em; + left: 550px; + position: absolute; + margin-right: 10px; + } @@ -40,7 +46,7 @@
Using WPS formats to interact with WPS
-
+

This example shows WPS in action by using the WPSCapabilities, WPSDescribeProcess and WPSExecute formats. See wps.js for the