|
On a newly installed Geoserver 2.5.1, this request receives an error message:
http://localhost:8080/geoserver/wcs?service=WCS&version=1.0.0&request=getcoverage&CRS=EPSG:32633&BBOX=347649,5176214,370725,5196961&WIDTH=100&HEIGHT=100&coverage=nurc:Pk50095&format=ARCGRID
Result:
<?xml version="1.0" encoding="UTF-8"?><ServiceExceptionReport version="1.2.0" > <ServiceException> Could not find encoder for output format ARCGRID </ServiceException></ServiceExceptionReport>
Whereas this request receives the data properly (the only difference is the case: ArcGrid instead of ARCGRID):
http://localhost:8080/geoserver/wcs?service=WCS&version=1.0.0&request=getcoverage&CRS=EPSG:32633&BBOX=347649,5176214,370725,5196961&WIDTH=100&HEIGHT=100&coverage=nurc:Pk50095&format=ArcGrid
|