[OpenLayers-Trac] Re: [OpenLayers] #3307: add support for WPS Formats

OpenLayers trac-20090302 at openlayers.org
Thu Jun 16 19:13:05 EDT 2011


#3307: add support for WPS Formats
---------------------+------------------------------------------------------
 Reporter:  bartvde  |       Owner:  ahocevar    
     Type:  feature  |      Status:  new         
 Priority:  minor    |   Milestone:  2.12 Release
Component:  Format   |     Version:  2.10        
 Keywords:           |       State:  Review      
---------------------+------------------------------------------------------

Comment(by ahocevar):

 [attachment:openlayers-3307.patch] adds an example (wps.html), which
 currently uses a local GeoServer (should be changed to a public instance
 before the patch is committed). The example depends on #3367. Other
 changes since [attachment:wps.patch]:

  * Added support for ComplexData inputs in WPSExecute. Depends on #3366.
  * Use arrays instead of objects for dataInputs in WPSDescribeProcess.
 This makes it easy to modify the WPSDescribeProcess::read response and
 pass it to WPSExecute::write. There shouldn't be a big performance impact,
 since most processes will only have a few dataInputs.
  * Use arrays instead of objects for processOutputs in WPSDescribeProcess.
 This makes it easier for applications to directly access processOutputs
 objects without knowing the object key. I'm not expecting a performance
 impact because of the limited number of processOutputs in typical
 processes.
  * Simplified the structure for dataInputs in WPSDescibeProcess by
 removing the inputs object from dataInputs.

-- 
Ticket URL: <http://trac.openlayers.org/ticket/3307#comment:7>
OpenLayers <http://openlayers.org/>
A free AJAX map viewer


More information about the Trac mailing list