I am having some problems adding a raster layer to my map.  The image produced by mapserver is blank.  My mapfile is as follows:<br><br>MAP<br>        SIZE 800 600<br>        UNITS meters<br><br>        EXTENT -123.8600311 38.0116386 -97.1885986 53.7055626<br>

<br>        PROJECTION<br>                &quot;+proj=longlat +ellps=WGS84 +datum=WGS84 +no_defs&quot;<br>        END<br><br>        LAYER<br>                NAME &quot;grid&quot;<br>                TYPE RASTER<br>                DATA &quot;/tmp/image.tiff&quot;<br>

                STATUS ON<br>                PROJECTION<br>                        &quot;+proj=longlat +ellps=WGS84 +datum=WGS84 +no_defs&quot;<br>                END<br>        END<br>END<br><br>I
 have also noticed that changing the DATA path to a file which does not 
exist in the filesystem (or is not a GDAL-supported file format) has no 
effect on the rendered output and does not produce an error message.<br>
<br>Can somebody help me where I am going wrong?<br><br>Thanks