Hi Simone<br><br>if you havent already tried, you can test to read the data directly with gdal in commandline and you will directly see if the problem is really there.<br><br>also, you can get the list of supported format by the version of gdal you have by typing:<br>
gdalinfo --formats<br>in commandline<br><br>check if the format you want to read is listed,<br>if not, 
the version of gdal on your unix server is most certainly outdated and you need to install/compile a new version.<br><br>if it is listed, then maybe the mapserver installed on your server was not compiled with gdal.<br>to check that, you can either access with your browser the url ../cartoweb3/scripts/info.php on your server (or move the info.php in another folder where you can access it)<br>
or in commandline, go to where mapserver cgi is installed (usualy /usr/lib/cgi-bin/) and type &quot;mapserv -v&quot; and you should see INPUT=GDAL in the list.<br><br>regards<br>Oliver<br><br><div class="gmail_quote">2010/3/17 Simone Frigerio <span dir="ltr">&lt;<a href="mailto:simone.frigerio@univie.ac.at">simone.frigerio@univie.ac.at</a>&gt;</span><br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Hi,<br>
I translated a Win environment project CW3 in Unix server. With some<br>
work and settings now it work, but the problem is about raster migration<br>
(no problem on Win).<br>
Different kind or raster format and compression type has been tested,<br>
this is the result:<br>
 On Win server, for kind of raster:<br>
- SID: not working  (probably not supported)<br>
- IMG: working<br>
- ECW:  working<br>
- JPG2000: working<br>
- esri GRID working<br>
On Unix server, for kind of raster:<br>
- SID: not working  (probably not supported)<br>
- IMG: not working<br>
- ECW:  not working<br>
- JPG2000: not working<br>
- esri GRID working<br>
<br>
My idea is probably due to a GDAL special conversion for Unix env. I<br>
see, for example for ECW format, <a href="http://trac.osgeo.org/gdal/wiki/ECW" target="_blank">http://trac.osgeo.org/gdal/wiki/ECW</a><br>
like a potential help, but I am not expert about it. Is it true? Are<br>
there other issues? Can a new library support all file raster<br>
incompatibility, or is type-settled?<br>
Thanks.<br>
Simone<br>
<br>
<br>
<br>
<br>
_______________________________________________<br>
Cartoweb-users mailing list<br>
<a href="mailto:Cartoweb-users@lists.maptools.org">Cartoweb-users@lists.maptools.org</a><br>
<a href="http://lists.maptools.org/mailman/listinfo/cartoweb-users" target="_blank">http://lists.maptools.org/mailman/listinfo/cartoweb-users</a><br>
</blockquote></div><br>