[Geoserver-users] difference between describe coverage for wcs 1.0.0 and 1.1.1

the supportedFormats that we define in our coverage store layer.xml

···

GIF

PNG

JPEG

TIFF

GEOTIFF

GRIB

GRIB2

are all listed in the response of a DescribeCoverage request for WCS 1.0.0, but when we make a DescribeCoverage request for the same layer using WCS 1.1.1, we only get a subset: GRIB, GRIB2, GIF and GEOTIFF are absent. can anybody lend insight for why this might be?

On Wed, Jun 18, 2014 at 8:27 PM, Bessette-Halsema, Dominique E <
Dominique.Bessette@anonymised.com> wrote:

the supportedFormats that we define in our coverage store layer.xml

  <supportedFormats>

    <string>GIF</string>

    <string>PNG</string>

    <string>JPEG</string>

    <string>TIFF</string>

    <string>GEOTIFF</string>

    <string>GRIB</string>

    <string>GRIB2</string>

  </supportedFormats>

are all listed in the response of a DescribeCoverage request for WCS
1.0.0, but when we make a DescribeCoverage request for the same layer using
WCS 1.1.1, we only get a subset: GRIB, GRIB2, GIF and GEOTIFF are absent.
can anybody lend insight for why this might be?

None of the above is a valid mime type, and if I recall correctly WCS 1.1.1
spec mandates use of mime types.
If you look at standard delegate they support both a short name, and a mime
type,
the first is used in WCS 1.0, the second in WCS 1.1

Cheers
Andrea

--

GeoServer Professional Services from the experts! Visit
http://goo.gl/NWWaa2 for more information.

Ing. Andrea Aime
@geowolf
Technical Lead

GeoSolutions S.A.S.
Via Poggio alle Viti 1187
55054 Massarosa (LU)
Italy
phone: +39 0584 962313
fax: +39 0584 1660272
mob: +39 339 8844549

http://www.geo-solutions.it
http://twitter.com/geosolutions_it

-------------------------------------------------------