Hello,
It seems difficult to use raster with geotools but I hope someone will help me making them workproperly.
Does anybody has any solution with :
- geotools alone
- geotools + geoserver
I've tried to make geoserver work (1.3.0 RC2 WCS). Geoserver does read the file and, with the following url, :
http://127.0.0.1:8080/geoserver/wms/getmap?request=getmap&version=1.1.3&srs=EPSG:27582&layers=navteq5k:navteq5k_Coverage&width=500&height=500&bbox=580990,2423887,585994,2428891&format=image/png&styles=normal
I get :
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
<!DOCTYPE ServiceExceptionReport SYSTEM "http://127.0.0.1:8080/geoserver/data/capabilities//wms/1.1.1/WMS_exception_1_1_1.dtd">
<ServiceExceptionReport version="1.1.1">
<ServiceException code="">java.util.NoSuchElementException: Could not locate CoverageConfig 'navteq5k_Coverage'</ServiceException> </ServiceExceptionReport>
Any ideas ?
Jérémy DE ROYER
P.S. :
It's hard because we succed in making everything working using geotools, geoserver and postgis except rasters (and geographic polygon fetching but it's another story and it works without).
