summaryrefslogtreecommitdiffstats
path: root/test/testcases-wcps/44-scaling_operation.xml
diff options
context:
space:
mode:
Diffstat (limited to 'test/testcases-wcps/44-scaling_operation.xml')
-rw-r--r--test/testcases-wcps/44-scaling_operation.xml30
1 files changed, 30 insertions, 0 deletions
diff --git a/test/testcases-wcps/44-scaling_operation.xml b/test/testcases-wcps/44-scaling_operation.xml
new file mode 100644
index 0000000..4ec2b9c
--- /dev/null
+++ b/test/testcases-wcps/44-scaling_operation.xml
@@ -0,0 +1,30 @@
+<ProcessCoveragesRequest xmlns="http://www.opengis.net/wcps/1.0" service="WCPS" version="1.0.0">
+ <query>
+ <xmlSyntax>
+ <coverageIterator>
+ <iteratorVar>c</iteratorVar>
+ <coverageName>rgb</coverageName>
+ </coverageIterator>
+ <encode store="false">
+ <scale>
+ <coverage>c</coverage>
+ <axis>x</axis>
+ <lowerBound>
+ <numericConstant>1</numericConstant>
+ </lowerBound>
+ <upperBound>
+ <numericConstant>600</numericConstant>
+ </upperBound>
+ <axis>y</axis>
+ <lowerBound>
+ <numericConstant>1</numericConstant>
+ </lowerBound>
+ <upperBound>
+ <numericConstant>600</numericConstant>
+ </upperBound>
+ </scale>
+ <format>png</format>
+ </encode>
+ </xmlSyntax>
+ </query>
+</ProcessCoveragesRequest> \ No newline at end of file