Hi Roger,
I could try to play with your geotiff next week when I back to work.
Is there a way to obtain that tested geotiff (somewhere on ftp, or by some
other way) so I can setup a geoserver and debug the test case?
Let me know (I will be away until sunday).
Regards,
Daniele Romagnoli
Roger.Andre wrote:
Hi Justin,
It's a 4-band GeoTIFF with the 4th band serving as an Alpha layer. The
original 3-band image was "classified" in Gimp, then converted into a
4-band
GeoTiff with the following gdalwarp command:
gdalwarp -srcnodata "0 0 0" -dstalpha -s_srs "EPSG:4326" -t_srs
"EPSG:4326"
gimp_1_spam_glc2.tif gdal_1_spam_glc2.tif
- gdalinfo output below:
Driver: GTiff/GeoTIFF
Files: gdal_1_spam_glc2.tif
Size is 4320, 2160
Coordinate System is:
GEOGCS["WGS 84",
DATUM["WGS_1984",
SPHEROID["WGS 84",6378137,298.2572235629972,
AUTHORITY["EPSG","7030"]],
AUTHORITY["EPSG","6326"]],
PRIMEM["Greenwich",0],
UNIT["degree",0.0174532925199433],
AUTHORITY["EPSG","4326"]]
Origin = (-180.004464285700010,89.999279999999999)
Pixel Size = (0.083333000000000,-0.083333000000000)
Metadata:
AREA_OR_POINT=Area
Image Structure Metadata:
INTERLEAVE=PIXEL
Corner Coordinates:
Upper Left (-180.0044643, 89.9992800) (180d 0'16.07"W, 89d59'57.41"N)
Lower Left (-180.0044643, -90.0000000) (180d 0'16.07"W, 90d 0'0.00"S)
Upper Right ( 179.9940957, 89.9992800) (179d59'38.74"E, 89d59'57.41"N)
Lower Right ( 179.9940957, -90.0000000) (179d59'38.74"E, 90d 0'0.00"S)
Center ( -0.0051843, -0.0003600) ( 0d 0'18.66"W, 0d 0'1.30"S)
Band 1 Block=4320x1 Type=Byte, ColorInterp=Red
Mask Flags: PER_DATASET ALPHA
Band 2 Block=4320x1 Type=Byte, ColorInterp=Green
Mask Flags: PER_DATASET ALPHA
Band 3 Block=4320x1 Type=Byte, ColorInterp=Blue
Mask Flags: PER_DATASET ALPHA
Band 4 Block=4320x1 Type=Byte, ColorInterp=Alpha
--
View this message in context: http://www.nabble.com/Coveragestore-not-always-visible-in-Openlayers-tp15605135p15614711.html
Sent from the GeoServer - User mailing list archive at Nabble.com.