Sure!<br><br>All you need to do is add a &quot;GROUP&quot; directive to your mapfile.&nbsp; So, your layer definition should look something like:<br><pre class="last literal-block">LAYER<br>   NAME &#39;rivers&#39;<br>   TYPE LINE
<br>   GROUP &#39;rivers&#39;<br>   STATUS ON<br><br>   ...<br><br>END                </pre>If you don&#39;t add a &quot;GROUP&quot; directive then &quot;_base_&quot; is assumed, and you won&#39;t have the option of enabling/disabling the layer.&nbsp; You can have the same group name for multiple layers, but these will show up as a single layer in kaMap.&nbsp; 
<br><br>Does that work?<br><br>Sam<br><br><br><br><br><div><span class="gmail_quote">On 10/25/07, <b class="gmail_sendername">Deepthi Venugopal</b> &lt;<a href="mailto:deepthi.va@gmail.com">deepthi.va@gmail.com</a>&gt; wrote:
</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><br>Sir<br><br>&nbsp;&nbsp;&nbsp; I have 3 layers and would like to see them seperately in ka-map.My
 idea is to place a checkbox for each layer sothat the user can select seperately or not.<br>&nbsp;&nbsp;&nbsp; Could you please tell me how to implement this.
<br><span class="sg"><br><br>Deepthi<br>&nbsp;
</span></blockquote></div><br>