<div dir="ltr"><div dir="ltr"><div dir="ltr"><div>I am displaying a single band, uncompressed raster image in my application.  It will display as expected as long as I don't introduce any CLASS in the map file. When I add CLASS to the map file, the raster will display at large scales (zoomed in close), but will magically disappear when I zoom out from the map.  I have not specified any MAX or MINSCALE in my map file.</div><div>Below is my map file.  I did not have any problems with version 2.9.  The raster is only 6 MB in size.</div><div>Any idea what's changed?</div><div><br></div><div>MAP<br><br>    SIZE 1200 650<br>    STATUS ON<br>    EXTENT  100000 4000000 950000 5000000<br><br>    UNITS METERS<br><br>    INCLUDE "../../geomoose_globals.map"<br><br>    WEB<br>        METADATA<br>            'ows_title' 'Chl_RB_20170815_TwoWeekComp_Band2'<br>            INCLUDE '../../common_metadata.map'<br>        END<br>    END<br><br>    LEGEND<br>        STATUS ON<br>        LABEL<br>            TYPE TRUETYPE<br>            FONT vera_sans<br>            SIZE 8<br>            COLOR 0 0 0<br>        END        <br>    END    <br>        <br>    LAYER<br>        NAME Chl_RB_20170815_TwoWeekComp_Band2<br>        DATA './Chl_RB_20170815_TwoWeekComp_Band2_UTM17.tif'<br>        STATUS ON<br>        TYPE RASTER<br>        <br>        CLASS<br>            NAME '1 to 10 ug/L'<br>            EXPRESSION ([pixel] >= 1 AND [pixel] <= 10)<br>            STYLE<br>                COLOR 178 178 178<br>            END<br>        END    <br>        <br>        <br>        PROJECTION<br>            'init=epsg:26917' #UTM 17N NAD83  <br>        END<br>    <br>    END<br><br> END ## end Map<br></div></div></div></div>