<div>Hi all,</div>
<div>I'm a new user of Mapserver. I'm working with MS4W (version 2.2.3) via CGI and I'm having troubles with queries on classified rasters. Queries on non-classified rasters work fine, while in cases of classified ones (already tried several formats: img, bil, tif, png) I get the following error:
</div>
<div><span class="q"> </span></div>
<div>msDrawShape(): General error message. Unknown layer type.  </div>
<div> </div><span></span>
<div>If I comment CLASS definitions the same query shows me correct results (one or more pixels queried, according to the set tolerance, but of course no information on [class] value).</div>
<div> </div>
<div>I post an extract of my mapfile, with the definition of the raster layer and one of its classes. Maybe I'm doing something wrong with class template (and layer header/footer ...). </div>
<div> </div>
<div>Hoping to receive a little help ... and sorry for my English!</div>
<div> </div>
<div>Marco (Italy)</div>
<div> </div>
<div>--- --- --- --- ---</div>
<div> </div>
<div> </div>
<div><font size="2">
<p>LAYER # Classificazione vegetazione 2000</p>
<blockquote dir="ltr" style="MARGIN-RIGHT: 0px">
<p>NAME class_2000</p>
<p>DATA "2000/final_after_merging.bil"</p>
<p>STATUS OFF</p>
<p>TYPE RASTER</p>
<p>OFFSITE 0 0 0</p>
<p>GROUP "Uso e copertura del suolo"</p>
<p>TOLERANCE 0</p>
<p>TOLERANCEUNITS pixels</p>
<p></p>
<p>PROJECTION</p>
<blockquote dir="ltr" style="MARGIN-RIGHT: 0px">
<p>"init=epsg:4326" </p></blockquote>
<p>END</p>
<p>METADATA</p>
<blockquote dir="ltr" style="MARGIN-RIGHT: 0px">
<p>TITOLO "Classificazione vegetazione da satellite - Anno 2000"</p>
<p>ORDINE "0044"</p></blockquote>
<p>END</p>
<p></p>
<p>HEADER "class2000_header.html"</p>
<p>FOOTER "class2000_footer.html"</p>
<p></p>
<p>CLASSITEM "[pixel]" </p>
<p>CLASS</p>
<blockquote dir="ltr" style="MARGIN-RIGHT: 0px">
<p>NAME "Latifoglie (pure o dominanti)" </p>
<p>EXPRESSION ([pixel] = 2) </p>
<p>STYLE</p>
<blockquote dir="ltr" style="MARGIN-RIGHT: 0px">
<p>COLOR 0 255 0</p></blockquote>
<p>END</p>
<p>TEMPLATE "class_query.html"</p></blockquote>
<p>END</p></blockquote>
<p>END # Fine raster classificazione vegetazione 2000</p></font></div>