[Thuban-list] Download new Thuban 1.0.1-3 for Mac OS X
Bernhard Reiter
bernhard at intevation.de
Thu Jan 27 01:46:42 CET 2005
On Tue, Jan 25, 2005 at 01:18:44PM +0100, Lorenzo Moretti wrote:
> Problem with RASTER reprojected:
>
> If I import RASTER and I assign it the right projection the map is OK
> with the vectors.
>
> If I change the map projection the raster is not displayed and I only
> see the vectors modified
>
> Vectors work and Raster no with the reprojection...
I had a similiar problem on Mandrake due to proj and gdal behaving a
bit strange.
Try the following gdal command on the command line (and the iceland data):
gdalwarp -s_srs '+proj=latlong' -t_srs '+proj=utm +zone=27 +datum=clrk66' island.tif iceland_projected.tif
I got the following with my strange proj library build on Mandrake:
ERROR 6: Unable to load PROJ.4 library (libproj.so), creation of
OGRCoordinateTransformation failed.
Creating output file is that 4810P x 1428L.
ERROR 6: Unable to load PROJ.4 library (libproj.so), creation of
OGRCoordinateTransformation failed.
:0...10...20...30...40...50...60...70...80...90...100 - done.
If this is the case doing
cd /usr/lib/
ln -s libproj libproj.so
ldconfig
seems to resolve the issue.
More information about the Thuban-list
mailing list
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)