<table cellspacing="0" cellpadding="0" border="0" ><tr><td valign="top" style="font: inherit;">Hi,<div>I have a file.map like this:</div><div><pre>MAP
   NAME        "distribution"
   CONFIG  "PROJ_LIB" "/usr/share/proj/"
   STATUS ON
   SHAPEPATH "./"
   PROJECTION
      "init=epsg:4326"
   END
   CONFIG  "MS_ERRORFILE" "/tmp/mapserver.log"
   DEBUG 5
 LAYER
      NAME "tif"
      DATA "/var/www/tmp/a5e1ddfb-6dec-40d0-94e1-ded12f41397e/out/distribution.tiff"
      STATUS DEFAULT
      TYPE RASTER
      CLASSITEM "[pixel]"
CLASS
  EXPRESSION ([pixel] &gt;= 0 AND [pixel] &lt; 20 )
  STYLE
   COLOR 0 255 255
  END
END
CLASS
    EXPRESSION ([pixel] &gt;= 20 AND [pixel] &lt; 40)
   STYLE
     COLOR 0 255 0
   END
END
CLASS
   EXPRESSION ( [pixel] &gt;= 40 AND [pixel] &lt; 60)
   STYLE
    COLOR 255 255 0
   END
END
CLASS
   EXPRESSION ([pixel] &gt;= 60 AND [pixel] &lt; 80)
   STYLE
     COLOR 255 127 0
   END
END
CLASS
   EXPRESSION ([pixel] &gt;= 80 AND [pixel] &lt; 100)
     STYLE
      COLOR 255 0 0
     END
   END
CLASS
   EXPRESSION ([pixel] = 100 )
    STYLE
     COLOR 255 123 0
    END
END
END
END

</pre><pre>Can I have returned with the image,  the legend that describes the meaning of the colors?</pre><pre>Thanks in advance.</pre><pre><br></pre></div></td></tr></table><br>