Ticket #337: out.xml

File out.xml, 1.4 KB (added by ungarj, 11 years ago)
Line 
1<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
2<!--
3 * This file is part of PetaScope.
4 *
5 * PetaScope is free software: you can redistribute it and/or modify
6 * it under the terms of the GNU General Public License as
7 * published by the Free Software Foundation, either version 3 of
8 * the License, or (at your option) any later version.
9 *
10 * PetaScope is distributed in the hope that it will be useful,
11 * but WITHOUT ANY WARRANTY; without even the implied warranty of
12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 * GNU General Public License for more details.
14 *
15 * You should have received a copy of the GNU General Public
16 * License along with PetaScope. If not, see "http://www.gnu.org/licenses/".
17 *
18 * For more information please see "http://www.PetaScope.org"
19 * or contact Peter Baumann via <baumann@rasdaman.com>.
20 *
21 * Copyright 2009 Jacobs University Bremen, Peter Baumann.
22-->
23
24<ows:ExceptionReport version="2.0.0"
25 xsd:schemaLocation="http://www.opengis.net/ows/2.0 http://schemas.opengis.net/ows/2.0/owsExceptionReport.xsd"
26 xmlns:ows="http://www.opengis.net/ows/2.0" xmlns:xsd="http://www.w3.org/2001/XMLSchema-instance" xmlns:xlink="http://www.w3.org/1999/xlink">
27 <ows:Exception exceptionCode="WcsError">
28 <ows:ExceptionText>Requested subset "x(50,60)" is out of coverage bounds "-0.93136303:33.27863697".</ows:ExceptionText>
29 </ows:Exception>
30
31</ows:ExceptionReport>
32