[Pywps-devel] Complex Value Support
Ludwig Max Brinckmann
ludwigbrinckmann at gmail.com
Thu Nov 2 18:23:42 CET 2006
As I am moving forward with my implementation of a PDF printing WPS, I have
the following question:
essentially what I need to transfer to the server is a list of records, such
as
{ wmsurl0, layer0} {wmsurl1, layer1}{wmsurl2,layer2}...
Obviously in xml speak this would be something like this
<sequence>
<url> ...</url>
<layer> ...</layer>
</sequence>
Having perused the OGC spec I am not entirely sure how I would encode such a
thing in the request.
Plus then as a second question: does PyWPS support something like this at
the moment?
Ludwig
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.wald.intevation.org/pipermail/pywps-devel/attachments/20061102/5ced6963/attachment.htm
More information about the Pywps-devel
mailing list