Sure!<br><br>All you need to do is add a "GROUP" directive to your mapfile. So, your layer definition should look something like:<br><pre class="last literal-block">LAYER<br> NAME 'rivers'<br> TYPE LINE
<br> GROUP 'rivers'<br> STATUS ON<br><br> ...<br><br>END </pre>If you don't add a "GROUP" directive then "_base_" is assumed, and you won't have the option of enabling/disabling the layer. You can have the same group name for multiple layers, but these will show up as a single layer in kaMap.
<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> <<a href="mailto:deepthi.va@gmail.com">deepthi.va@gmail.com</a>> 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> 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> Could you please tell me how to implement this.
<br><span class="sg"><br><br>Deepthi<br>
</span></blockquote></div><br>