Marek Strzała 11 éve
szülő
commit
2169d4b255
1 módosított fájl, 6 hozzáadás és 2 törlés
  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>
     </style>
 
 
     <h1 id="title">WPS Builder Example</h1>
     <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">
     <div id="tags">
         wps, process, advanced
         wps, process, advanced
+        
+      
     </div>
     </div>
 
 
     <div id="shortdesc">Using WPS formats to interact with WPS</div>
     <div id="shortdesc">Using WPS formats to interact with WPS</div>
@@ -684,7 +686,9 @@ class WpsServer {
 		<?php
 		<?php
 	}
 	}
 
 
-	public function DescribeProcess($args) {
+	public function describeProcessAction($args) {
 		// TODO: xml z opiesem procese $args['IDENTIFIER']
 		// TODO: xml z opiesem procese $args['IDENTIFIER']
+		
+		echo "Test";
 	}
 	}
 }
 }