[Pywps-commits] r602 - trunk/doc/examples
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Tue Sep 16 13:58:23 CEST 2008
Author: jachym
Date: 2008-09-16 13:58:23 +0200 (Tue, 16 Sep 2008)
New Revision: 602
Modified:
trunk/doc/examples/HTTP_GET.txt
Log:
added example for HTTP GET with output mimeType definition
Modified: trunk/doc/examples/HTTP_GET.txt
===================================================================
--- trunk/doc/examples/HTTP_GET.txt 2008-09-16 11:56:15 UTC (rev 601)
+++ trunk/doc/examples/HTTP_GET.txt 2008-09-16 11:58:23 UTC (rev 602)
@@ -29,3 +29,7 @@
# page 38, table 53,
version=1.0.0&service=wps&request=execute&identifier=exampleBufferNoInputsProcess&responsedocument=[buffer=@asreference=true]&StoreExecuteResponse=true
+# define output format for resulting raster map
+# this process can produce resulting map in image/png or image/tiff format,
+# choose one of them:
+version=1.0.0&service=wps&request=execute&identifier=exampleLosProcess&datainputs=[dem=http://localhost/temp/dem.tif;easting=603067.6875;northing=4925118.1875]&responsedocument=[los=@mimeType=image/png@asreference=true]
More information about the Pywps-commits
mailing list