<html>
  <head>
    <style type="text/css">
      <!--
        body { line-height: normal; font-variant: normal; margin-top: 4px; margin-bottom: 1px; margin-right: 4px; margin-left: 4px }
        p { margin-top: 0; margin-bottom: 0 }
      -->
    </style>
    
  </head>
  <body bgcolor="#ffffff">
    <p style="margin-top: 0; margin-bottom: 0">
      <font size="3" face="Comic Sans MS">Vojko&#44;</font>    </p>
<br>      
    <p style="margin-top: 0; margin-bottom: 0">
      <font size="3" face="Comic Sans MS">I don&#39;t believe that Raster layers have a Legend output option from MapServer&#44; designated by the TYPE RASTER line in the mapfile. &nbsp;&nbsp;You can however make a dummy layer explicitly for generating a Legend entry. &nbsp;This dummy layer can be of some other type besides RASTER for example. &nbsp;</font>    </p>
<br>      
    <p style="margin-top: 0; margin-bottom: 0">
      <font size="3" face="Comic Sans MS">The next issue would be how to insert the legend graphic that you have predefined into the legend request. Since GEOMoose uses the mode&#61;&lt;something&gt; parameter to request thing from mapserver&#44; the typical legend is requested via the mode&#61;legend process. &nbsp;&nbsp;This only works with the legend being defined in the same mapfile as the one that is used to generate the map image for the same layer.</font>    </p>
<br>      
    <p style="margin-top: 0; margin-bottom: 0">
      <font size="3" face="Comic Sans MS">I do see in the doc for MapServer CGI </font><font size="3" face="Comic Sans MS" color="#0000ff"><a href="http://mapserver.org/cgi/controls.html,"><i><u>http://mapserver.org/cgi/controls.html&#44;</u></i></a></font><font size="3" face="Comic Sans MS">&nbsp;that there is a LEGENDICON value option for the MODE parameter&#44; but I don&#39;t think this is being used by GeoMoose currently. &nbsp;But it might be a good approach to follow moving forward on this. &nbsp;I&#39;ve never used this myself.</font>    </p>
<br>      
    <p style="margin-top: 0; margin-bottom: 0">
      <font size="3" face="Comic Sans MS">There is no way that I know of currently to specify a predefined image in the LEGEND block in the mapfile. &nbsp;&nbsp;I did find a KEYIMAGE option in the CLASS help docs on the mapserver site. </font><font size="3" face="Comic Sans MS" color="#0000ff"><a href="http://mapserver.org/mapfile/class.html?highlight=icon"><i><u>http://mapserver.org/mapfile/class.html&#63;highlight&#61;icon</u></i></a></font><font size="3" face="Comic Sans MS">&nbsp;&nbsp;This might be a way forward too. &nbsp;But I don&#39;t know that it will get around the TYPE RASTER thing for sure either.</font>    </p>
<br>      
    <p style="margin-top: 0; margin-bottom: 0">
      <font size="3" face="Comic Sans MS">bobb</font>    </p>
<br>      <br>
    <p style="margin-top: 0; margin-bottom: 0">
      <br>
      <br>
      &gt;&gt;&gt; &quot;Vojko Daneu&quot; &lt;vojko.daneu@mail.telepac.pt&gt; wrote:<br>    </p>
    <div style="padding-left: 7px; margin-top: 0; background-color: #f3f3f3; margin-bottom: 0; margin-right: 0; border-left: solid 1px #050505; margin-left: 15px">
      <div>
        <p style="margin-top: 0; margin-bottom: 0">
          <font size="2" face="Arial">Hallo&#44;</font>        </p>
      </div>
      <div>
        <p style="margin-top: 0; margin-bottom: 0">
          <font size="2" face="Arial">showing the legend of vector layers works without any problems in GeoMoose 1.6.</font>        </p>
      </div>
      <div>
        <p style="margin-top: 0; margin-bottom: 0">
          <font size="2" face="Arial">In my application I have a raster layer for which I want also to show a legend in the side panel. To do so I have created a html-template with a legend image and some legend text. How do I show the template in the side panel&#63;</font>        </p>
      </div>
      <div>
        <p style="margin-top: 0; margin-bottom: 0">
          &#160;        </p>
      </div>
      <div>
        <p style="margin-top: 0; margin-bottom: 0">
          <font size="2" face="Arial">Here is my map-file&#44; but it does not&#160;show the template&#160;...</font>        </p>
      </div>
      <div>
        <p style="margin-top: 0; margin-bottom: 0">
          &#160;        </p>
      </div>
      <div>
        <p style="margin-top: 0; margin-bottom: 0">
          MAP<br>&#160;&#160;&#160;&nbsp;NAME &#39;mn_wind&#39;<br>&#160;&#160;&#160;&nbsp;SIZE 800 650<br>&#160;&#160;&#160;&nbsp;STATUS ON<br>&#160;&#160;&#160;&nbsp;EXTENT 391510 5935905 391710 5936205<br>&#160;&#160;&#160;&nbsp;UNITS METERS<br>&#160;&#160;&#160;&nbsp;IMAGETYPE PNG<br>&#160;&#160;&#160;&nbsp;TRANSPARENT TRUE        </p>
      </div>
      <div>
        <p style="margin-top: 0; margin-bottom: 0">
          <br>
          &#160;&#160;&#160;&nbsp;LEGEND<br>&#160;&#160;&#160;&nbsp;&#160;&#160;&#160;&nbsp;STATUS ON<br>&#160;&#160;&#160;&nbsp;END        </p>
      </div>
      <div>
        <p style="margin-top: 0; margin-bottom: 0">
          <br>
          &#160;&#160;&#160;&nbsp;LAYER<br>&#160;&#160;&#160;&nbsp;&#160;&#160;&#160;&nbsp;NAME &#39;Wind Velocity&#39;<br>&#160;&#160;&#160;&nbsp;&#160;&#160;&#160;&nbsp;DATA &#39;00008_wind.png&#39;<br>&#160;&#160;&#160;&nbsp;&#160;&#160;&#160;&nbsp;TYPE RASTER<br>&#160;&#160;&#160;&nbsp;&#160;&#160;&#160;&nbsp;STATUS DEFAULT<br>&#160;&#160;&#160;&nbsp;&#160;&#160;&#160;&nbsp;CLASS<br>&#160;&#160;&#160;&nbsp;&#160;&#160;&#160;&nbsp;&#160;&#160;&#160;&nbsp;NAME &#39;Wind Velocity&#39;<br>&#160;&#160;&#160;&nbsp;&#160;&#160;&#160;&nbsp;&#160;&#160;&#160;&nbsp;TEMPLATE &#39;test.html&#39;<br>&#160;&#160;&#160;&nbsp;&#160;&#160;&#160;&nbsp;END<br>&#160;&#160;&#160;&nbsp;END        </p>
      </div>
      <div>
        <p style="margin-top: 0; margin-bottom: 0">
          END<br><br><font size="2" face="Arial">Thanks&#44;</font>        </p>
      </div>
      <div>
        <p style="margin-top: 0; margin-bottom: 0">
          <font size="2" face="Arial">Vojko</font>
        </p>
      </div>
    </div>
  </body>
</html>