Re: [Geoserver-users] Fwd: publish postgis table which has a raster

2013-09-05 Thread Christian Mueller
I had a quick look at the log file. The problem is that the java image library cannot decode the image data fetched from postgis raster. Can you send the output of gdalinfo myimage Perhaps your image format is not supported. Cheers Christian On Thu, Sep 5, 2013 at 7:45 AM, Vineendra

Re: [Geoserver-users] Fwd: publish postgis table which has a raster

2013-09-05 Thread Vineendra Sriramoju
Hi Christian, This is the gdalinfo of the image Driver: GTiff/GeoTIFF Files: test.tif test.tfw Size is 750, 750 Coordinate System is: GEOGCS[WGS 84, DATUM[WGS_1984, SPHEROID[WGS 84,6378137,298.257223563, AUTHORITY[EPSG,7030]], AUTHORITY[EPSG,6326]],

Re: [Geoserver-users] Fwd: publish postgis table which has a raster

2013-09-05 Thread Christian Mueller
Do you have the possibility to write a tiny java program reading the image from the file system and writing it back for testing. If not, can you send me a small sample image extracted with the gdal utilities. I can make the test. Christian On Thu, Sep 5, 2013 at 4:55 PM, Vineendra Sriramoju