|
|
@@ -155,9 +155,11 @@ function OPEN_LAYERS_WPS() {
|
|
|
</style>
|
|
|
|
|
|
<h1 id="title">WPS Builder Example</h1>
|
|
|
-
|
|
|
+ <a href="http://openlayers.org/dev/examples/wps.html">http://openlayers.org/dev/examples/wps.html</a>
|
|
|
<div id="tags">
|
|
|
wps, process, advanced
|
|
|
+
|
|
|
+
|
|
|
</div>
|
|
|
|
|
|
<div id="shortdesc">Using WPS formats to interact with WPS</div>
|
|
|
@@ -684,7 +686,9 @@ class WpsServer {
|
|
|
<?php
|
|
|
}
|
|
|
|
|
|
- public function DescribeProcess($args) {
|
|
|
+ public function describeProcessAction($args) {
|
|
|
// TODO: xml z opiesem procese $args['IDENTIFIER']
|
|
|
+
|
|
|
+ echo "Test";
|
|
|
}
|
|
|
}
|