[Pywps-commits] r503 - trunk/pywps/Templates

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Thu Jul 17 16:45:14 CEST 2008


Author: jachym
Date: 2008-07-17 16:45:14 +0200 (Thu, 17 Jul 2008)
New Revision: 503

Modified:
   trunk/pywps/Templates/DescribeProcess.tmpl
   trunk/pywps/Templates/Execute.tmpl
   trunk/pywps/Templates/GetCapabilities.tmpl
Log:
bugfix: schemas location corrected

Modified: trunk/pywps/Templates/DescribeProcess.tmpl
===================================================================
--- trunk/pywps/Templates/DescribeProcess.tmpl	2008-07-17 14:32:35 UTC (rev 502)
+++ trunk/pywps/Templates/DescribeProcess.tmpl	2008-07-17 14:45:14 UTC (rev 503)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="<TMPL_VAR encoding>"?>
 <!--This example describes a buffer command that accepts polygon coordinates in GML, and used a buffer distance in meters to produce a buffered polygon feature, which is output in GML, in either UTF-8 or base64 encoding.  The polygon can be returned directly as output, or stored by the service as a web-accessible resource.  Ongoing processing status reports are not available. -->
-<wps:ProcessDescriptions xmlns:wps="http://www.opengis.net/wps/1.0.0" xmlns:ows="http://www.opengis.net/ows/1.1" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.opengis.net/wps/1.0.0 ..wpsDescribeProcess_response.xsd" service="WPS" version="1.0.0" xml:lang="<TMPL_VAR lang>">
+<wps:ProcessDescriptions xmlns:wps="http://www.opengis.net/wps/1.0.0" xmlns:ows="http://www.opengis.net/ows/1.1" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.opengis.net/wps/1.0.0 http://schemas.opengis.net/wps/1.0.0/wpsDescribeProcess_response.xsd" service="WPS" version="1.0.0" xml:lang="<TMPL_VAR lang>">
     <TMPL_LOOP Processes>
     <TMPL_IF processok>
     <wps:ProcessDescription wps:processVersion="<TMPL_VAR version>" storeSupported="<TMPL_VAR store>" statusSupported="<TMPL_VAR status>">

Modified: trunk/pywps/Templates/Execute.tmpl
===================================================================
--- trunk/pywps/Templates/Execute.tmpl	2008-07-17 14:32:35 UTC (rev 502)
+++ trunk/pywps/Templates/Execute.tmpl	2008-07-17 14:45:14 UTC (rev 503)
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="<TMPL_VAR encoding>"?>
-<wps:ExecuteResponse xmlns:wps="http://www.opengis.net/wps/1.0.0" xmlns:ows="http://www.opengis.net/ows/1.1" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.opengis.net/wps/1.0.0 ../wpsGetCapabilities_response.xsd" service="WPS" version="1.0.0" xml:lang="<TMPL_VAR lang>" serviceInstance="<TMPL_VAR serviceinstance>" statusLocation="<TMPL_VAR statuslocation>">
+<wps:ExecuteResponse xmlns:wps="http://www.opengis.net/wps/1.0.0" xmlns:ows="http://www.opengis.net/ows/1.1" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.opengis.net/wps/1.0.0 http://schemas.opengis.net/wps/1.0.0/wpsGetCapabilities_response.xsd" service="WPS" version="1.0.0" xml:lang="<TMPL_VAR lang>" serviceInstance="<TMPL_VAR serviceinstance>" statusLocation="<TMPL_VAR statuslocation>">
     <wps:Process wps:processVersion="<TMPL_VAR version>">
         <ows:Identifier><TMPL_VAR identifier></ows:Identifier>
         <ows:Title><TMPL_VAR title></ows:Title>

Modified: trunk/pywps/Templates/GetCapabilities.tmpl
===================================================================
--- trunk/pywps/Templates/GetCapabilities.tmpl	2008-07-17 14:32:35 UTC (rev 502)
+++ trunk/pywps/Templates/GetCapabilities.tmpl	2008-07-17 14:45:14 UTC (rev 503)
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="<TMPL_VAR encoding>"?>
-<wps:Capabilities service="WPS" version="1.0.0" xml:lang="<TMPL_VAR lang>" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:wps="http://www.opengis.net/wps/1.0.0" xmlns:ows="http://www.opengis.net/ows/1.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.opengis.net/wps/1.0.0 ..\wpsGetCapabilities_response.xsd" updateSequence="1">
+<wps:Capabilities service="WPS" version="1.0.0" xml:lang="<TMPL_VAR lang>" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:wps="http://www.opengis.net/wps/1.0.0" xmlns:ows="http://www.opengis.net/ows/1.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.opengis.net/wps/1.0.0 http://schemas.opengis.net/wps/1.0.0/wpsGetCapabilities_response.xsd" updateSequence="1">
 	<ows:ServiceIdentification>
 		<ows:Title><TMPL_VAR servertitle></ows:Title>
                 <TMPL_IF serverabstract>



More information about the Pywps-commits mailing list