Hi<br><br>I am wanting to display a geotiff for map shading, but it is not displaying<br>I have this as the first layer entry in the .map file<br><br>LAYER<br>  NAME &quot;hillshade&quot;<br>  DATA &quot;/var/www/osm/hill/S34E151.tif&quot;<br>
  TYPE RASTER<br>  STATUS ON<br>END<br><br>and even when I generate a map with just the hillshade layer (in the area of the tif) there is no hill shading<br>If I change the file name to something silly, I get an error saying the file can not be found, but as is there is no error message.  With just the hillshade layer on I just get a white image back.<br>
<br>Any hints on how I might solve this???<br><br>Running # gdalinfo S34E151.tif <br>give me this<br>-------------------<br>Driver: GTiff/GeoTIFF<br>Files: S34E151.tif<br>Size is 1201, 1201<br>Coordinate System is:<br>GEOGCS[&quot;WGS 84&quot;,<br>
    DATUM[&quot;WGS_1984&quot;,<br>        SPHEROID[&quot;WGS 84&quot;,6378137,298.257223563,<br>            AUTHORITY[&quot;EPSG&quot;,&quot;7030&quot;]],<br>        AUTHORITY[&quot;EPSG&quot;,&quot;6326&quot;]],<br>    PRIMEM[&quot;Greenwich&quot;,0],<br>
    UNIT[&quot;degree&quot;,0.0174532925199433],<br>    AUTHORITY[&quot;EPSG&quot;,&quot;4326&quot;]]<br>Origin = (150.999583333333334,-32.999583333333334)<br>Pixel Size = (0.000833333333333,-0.000833333333333)<br>Metadata:<br>
  AREA_OR_POINT=Area<br>Image Structure Metadata:<br>  INTERLEAVE=BAND<br>Corner Coordinates:<br>Upper Left  ( 150.9995833, -32.9995833) (150d59&#39;58.50&quot;E, 32d59&#39;58.50&quot;S)<br>Lower Left  ( 150.9995833, -34.0004167) (150d59&#39;58.50&quot;E, 34d 0&#39; 1.50&quot;S)<br>
Upper Right ( 152.0004167, -32.9995833) (152d 0&#39; 1.50&quot;E, 32d59&#39;58.50&quot;S)<br>Lower Right ( 152.0004167, -34.0004167) (152d 0&#39; 1.50&quot;E, 34d 0&#39; 1.50&quot;S)<br>Center      ( 151.5000000, -33.5000000) (151d30&#39; 0.00&quot;E, 33d30&#39; 0.00&quot;S)<br>
Band 1 Block=1201x6 Type=Byte, ColorInterp=Gray<br>  NoData Value=0<br>------------------<br><br><br clear="all">Matt  :)<br>