[Geoserver-devel] [JIRA] (GEOS-7039) WCS 1.1.1: different coverage identifiers in GetCapabilities and DescribeCoverage

Luís de Sousa created an issue

GeoServer / BugGEOS-7039

WCS 1.1.1: different coverage identifiers in GetCapabilities and DescribeCoverage

Issue Type:

BugBug

Assignee:

Unassigned

Created:

21/May/15 2:20 PM

Priority:

HighHigh

Reporter:

Luís de Sousa

GeoServer is reporting different identifiers for the same coverage in the GetCapabilities and DescribeCoverage response documents.

An example, the response to this GetCapabilities:

http://extragisqa.gent.be/geoserver/Gent/ows?SERVICE=WCS&VERSION=1.1.1&REQUEST=GetCapabilities

Advertises a coverage with the identifier “dsm2003”:

<wcs:CoverageSummary>
<ows:Title>DSM Gent 2003 2.5m</ows:Title>
<ows:Abstract>Generated from GeoTIFF</ows:Abstract>
<ows:Keywords>
<ows:Keyword>WCS</ows:Keyword>
<ows:Keyword>GeoTIFF</ows:Keyword>
<ows:Keyword>DSM_ghent_2.5m_buildings_2003</ows:Keyword>
</ows:Keywords>
<ows:WGS84BoundingBox>
<ows:LowerCorner>3.552395176113043 50.972191859666644</ows:LowerCorner>
<ows:UpperCorner>3.8693954783075153 51.1896845261209</ows:UpperCorner>
</ows:WGS84BoundingBox>
<wcs:Identifier>dsm2003</wcs:Identifier>
</wcs:CoverageSummary>

Then issuing a DescribeCoverage request:

http://extragisqa.gent.be/geoserver/Gent/ows?SERVICE=WCS&VERSION=1.1.1&REQUEST=DescribeCoverage&IDENTIFIERS=dsm2003

And this coverage is now identified as “Gent:dsm2003”:

<wcs:CoverageDescription>
<ows:Title>DSM Gent 2003 2.5m</ows:Title>
<ows:Abstract>Generated from GeoTIFF</ows:Abstract>
<ows:Keywords>
<ows:Keyword>WCS</ows:Keyword>
<ows:Keyword>GeoTIFF</ows:Keyword>
<ows:Keyword>DSM_ghent_2.5m_buildings_2003</ows:Keyword>
</ows:Keywords>
<wcs:Identifier>Gent:dsm2003</wcs:Identifier>

Add Comment

Add Comment

This message was sent by Atlassian JIRA (v6.5-OD-03-002#65000-sha1:b8f65f8)

Atlassian logo