Explorar o código

fixed function

Marek Strzała %!s(int64=11) %!d(string=hai) anos
pai
achega
2169d4b255
Modificáronse 1 ficheiros con 6 adicións e 2 borrados
  1. 6 2
      SE/superedit-OPEN_LAYERS_WPS.php

+ 6 - 2
SE/superedit-OPEN_LAYERS_WPS.php

@@ -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";
 	}
 }