[Pywps-devel] Bounding Box as input
Luca Casagrande
luca.casagrande at gmail.com
Fri Feb 29 11:51:01 CET 2008
Hello everybody,
I am trying to define the bounding box inside datainputs.
The matter is that if I send a string like this:
datainputs=bbox,0,0,100,100,input1,1,input2,2......
it generates an error of "DataInputs".
Looking in the code, I noticed this (inputs.py line 331):
[..]
if len(datainputs) % 2 != 0:
raise InvalidParameterValue("DataInputs")
[..]
Coming from the fact that the bbox is made of 5 elements (name and 4
coordinates).
Am I am missing something?
Thanks for the help
Luca
More information about the Pywps-devel
mailing list