Opened 9 years ago

Closed 9 years ago

#1039 closed enhancement (invalid)

WCS server should advertise all the supported coverage formats.

Reported by: Alex Toader Owned by: Bang Pham Huu
Priority: major Milestone: 9.2
Component: applications Version: development
Keywords: wcs Cc: Alex Dumitru
Complexity: Medium

Description

At the ServiceMetadata only contains the following formats:

<wcs:formatSupported>application/netcdf</wcs:formatSupported>
<wcs:formatSupported>image/jp2</wcs:formatSupported>
<wcs:formatSupported>image/tiff</wcs:formatSupported>
<wcs:formatSupported>application/gml+xml</wcs:formatSupported>

It should advertise all the formats it supports internally.

Change History (2)

comment:1 by Bang Pham Huu, 9 years ago

Cc: Alex Dumitru added
Owner: changed from Alex Dumitru to Bang Pham Huu
Status: newassigned

I could do it as I also do a ticket 876 support WCS PNG http://rasdaman.org/ticket/876. So it is good that I know about this kind of broadcast information also. Thanks Alex Toader. In fact, my result when GetCapabilities is (you can see it has image/png as I've added in the latest ticket but Dimitar needs me upgrade test_wcs oracle to match with new WCS also).

<wcs:ServiceMetadata xmlns="http://www.opengis.net/ows/2.0">
    <wcs:formatSupported>image/jp2</wcs:formatSupported>
    <wcs:formatSupported>application/netcdf</wcs:formatSupported>
    <wcs:formatSupported>image/tiff</wcs:formatSupported>
    <wcs:formatSupported>image/png</wcs:formatSupported>
    <wcs:formatSupported>application/gml+xml</wcs:formatSupported>
    <wcs:Extension>

comment:2 by Dimitar Misev, 9 years ago

Resolution: invalid
Status: assignedclosed

The ServiceMetadata is correct because actually only those formats are supported. With ticket #669 we should enable the rest of the GDAL formats.

Note: See TracTickets for help on using tickets.