Hello all,<br><br>I&#39;m having trouble getting a raster to draw correctly. I&#39;ve worked with elevation rasters in MapServer before, and can&#39;t for the life of me figure out what&#39;s going on (which means it&#39;s likely something minor or obvious that I&#39;m missing). Gdalinfo for the raster is as follows:
<br><br>Driver: HFA/Erdas Imagine Images (.img)<br>Size is 80, 69<br>Coordinate System is:<br>GEOGCS[&quot;WGS_1984&quot;,<br>&nbsp;&nbsp;&nbsp; DATUM[&quot;WGS_1984&quot;,<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; SPHEROID[&quot;WGS 84&quot;,6378137,298.2572235629972
],<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; TOWGS84[0,0,0,0,0,0,0]],<br>&nbsp;&nbsp;&nbsp; PRIMEM[&quot;Greenwich&quot;,0],<br>&nbsp;&nbsp;&nbsp; UNIT[&quot;degree&quot;,0.0174532925199433]]<br>Origin = (-120.025000,35.975000)<br>Pixel Size = (0.05000000,-0.05000000)<br>Corner Coordinates:
<br>Upper Left&nbsp; (-120.0250000,&nbsp; 35.9750000) (120d 1&#39;30.00&quot;W, 35d58&#39;30.00&quot;N)<br>Lower Left&nbsp; (-120.0250000,&nbsp; 32.5250000) (120d 1&#39;30.00&quot;W, 32d31&#39;30.00&quot;N)<br>Upper Right (-116.0250000,&nbsp; 35.9750000
) (116d 1&#39;30.00&quot;W, 35d58&#39;30.00&quot;N)<br>Lower Right (-116.0250000,&nbsp; 32.5250000) (116d 1&#39;30.00&quot;W, 32d31&#39;30.00&quot;N)<br>Center&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; (-118.0250000,&nbsp; 34.2500000) (118d 1&#39;30.00&quot;W, 34d15&#39;
0.00&quot;N)<br>Band 1 Block=64x64 Type=Float32, ColorInterp=Undefined<br>&nbsp; Description = Band_1<br>&nbsp; Min=0.001 Max=5.075<br>&nbsp; Minimum=0.001, Maximum=5.075, Mean=0.090, StdDev=0.263<br>Metadata:<br>&nbsp; STATISTICS_MINIMUM=0.0011299999896437
<br>&nbsp; STATISTICS_MAXIMUM=5.0749998092651<br>&nbsp; STATISTICS_MEAN=0.090484300081334<br>&nbsp; STATISTICS_MEDIAN=0.060400001704693<br>&nbsp; STATISTICS_MODE=0.016850000247359<br>&nbsp; STATISTICS_STDDEV=0.263437971404<br>&nbsp; LAYER_TYPE=athematic
<br><br>The following simple layer draws a black box (which I&#39;ve read may be a data source/extent issue):<br><br>LAYER<br>&nbsp; NAME shear<br>&nbsp; TYPE RASTER<br>&nbsp; DATA /strainMap/shear/shear2.img<br>&nbsp; STATUS DEFAULT<br>&nbsp; PROJECTION
<br>&nbsp;&nbsp;&nbsp; &quot;proj=latlong&quot;<br>&nbsp;&nbsp;&nbsp; &quot;ellps=WGS84&quot;<br>&nbsp;&nbsp;&nbsp; &quot;datum=WGS84&quot;<br>&nbsp; END<br>END ## Layer<br><br>What am I missing? <br>Thank you!<br><br>Ian<br>