The .tiff that I can't load has a gdalinfo of:
C:\Program Files\FWTools1.2.3\bin>gdalinfo fife.tiff
Driver: GTiff/GeoTIFF
Size is 240, 240
Coordinate System is `'
Origin = (-3.000000000002842,56.000000000000547)
Pixel Size = (0.004166666666667,-0.004166666666667)
Corner Coordinates:
Upper Left ( -3.0000000, 56.0000000)
Lower Left ( -3.0000000, 55.0000000)
Upper Right ( -2.0000000, 56.0000000)
Lower Right ( -2.0000000, 55.0000000)
Center ( -2.5000000, 55.5000000)
Band 1 Block=240x34 Type=Byte, ColorInterp=Red
Band 2 Block=240x34 Type=Byte, ColorInterp=Green
Band 3 Block=240x34 Type=Byte, ColorInterp=Blue
Means nothing to me at this point, but I'll try and read up on it.
Thanks
Tim
-----Original Message-----
From: Andrea Aime [mailto:aaime@anonymised.com]
Sent: Wednesday, March 21, 2007 4:52 PM
To: Tim Robertson
Cc: 'geoserver users'
Subject: Re: [Geoserver-users] Anyone built on mac OSX 10.4.X?
Tim Robertson ha scritto:
Hi,
To the users of Mac OSX 10.4...
Has anyone successfully built geotools and geoserver from SVN?
Given that JAI is not available for 10.4.X yet, and putting the
dependencies
in the project pom's and loading into the local maven repository doesn't
work, I feel pretty stumped with geoserver having already given up on a
windows environment as it won't load GeoTiffs that seem valid.
Hmmm... seems valid? Can you give us the gdalinfo output?
Geoserver won't load geotiff files that do not have the CRS information
set. You can force one using gdal_translate, there is an option for that.
Anyways, changing operating system won't help as far as I know.
Oh, if you're trying to build geotools trunk, use the -Pnojai profile,
and it should be able to build using the pure java jai (that will be
downloaded only if that profile is activated). Sorry for not citing
that profile before, I added it just a few days ago.
Cheers
Andrea