#70 closed defect (fixed)
wcs getCoverage request return XML not well-formed
Reported by: | Owned by: | Dimitar Misev | |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | petascope | Version: | 8.2 |
Keywords: | Cc: | ||
Complexity: | Medium |
Description
Hello,
After a WCS getCoverage request petascope returns a not well-formed XML
There is only one blank space before "srsName", at row 12, and an automatic DOM parser fails.
request example (using the coverage "mean_summer_airtemp" provided by the petascope demo):
<?xml version="1.0" encoding="UTF-8"?>
<wcs:GetCoverage xmlns:wcs="http://www.opengis.net/wcs/2.0"
xmlns:gml="http://www.opengis.net/gml/3.2"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.opengis.net/wcs/2.0 ../../wcsAll.xsd"
service="WCS" version="2.0.0">
<wcs:CoverageId>mean_summer_airtemp</wcs:CoverageId>
<wcs:DimensionTrim>
<wcs:Dimension>x</wcs:Dimension>
<wcs:TrimLow>20</wcs:TrimLow>
<wcs:TrimHigh>29</wcs:TrimHigh>
</wcs:DimensionTrim>
<wcs:DimensionSlice>
<wcs:Dimension>y</wcs:Dimension>
<wcs:SlicePoint>
35
</wcs:SlicePoint>
</wcs:DimensionSlice>
</wcs:GetCoverage>
XML response attached
Regards
Damiano
Attachments (1)
Change History (3)
by , 13 years ago
Attachment: | getCoverage.xml added |
---|
comment:1 by , 13 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Should be fixed now.