LIST-LUXEMBOURG / iguess

iGuess 1.0 - The iGuess implementation in Rails
GNU General Public License v3.0
6 stars 0 forks source link

Make sure minOccurs and maxOccurs are properly set in every WPS process #112

Closed eykamp closed 10 years ago

eykamp commented 10 years ago

Some process params seem to have minOccurs and maxOccurs set to 0 when they should be 1. Verify that these are correct for all of our processes. (Geothermal cadastre is one such module that I think is wrong.)

christianbraun commented 10 years ago

OK, so far nothing misconfigured. But I added for all the inputs min_occurs = max_occurs = 1 in geothermal cadastre process to test. And a literal input called "dummy" with min_occurs = max_occurs = 0.