<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body>
All,<br>
<br>
I figured out how to filter for the layers that are DEFAULT for a given
zoom Value, I still haven't been able to figure out how to :<br>
<ul>
  <li>Filter out the Labels in the LEGEND output.&nbsp; I don't want to see
them in the legend.</li>
  <li>I can't seem to figure out how to make the check boxes do thier
thing.&nbsp; (Question here, I have most of my layer set to DEFAULT, how do
I them OFF with the Legend controls? or do they need to be set to ON
and called specifically.&nbsp; If so, how do I initialize the interface with
the approraite layers for a given Zoom.</li>
</ul>
I've been putzing with this all day, and this is all I have to show for
it:<br>
<br>
&nbsp;&nbsp; [leg_layer_html ]<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;input type=checkbox name=layer value=[leg_layer_name]<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; [if name=layer_status oper=eq value=2]CHECKED[/if]<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; [if name=layer_status oper=neq value=1][/if]/&gt;<br>
&nbsp;&nbsp; [/leg_layer_html]<br>
&nbsp;&nbsp; [leg_class_html ]<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;img src=[leg_icon] /&gt; [leg_class_name]&lt;br /&gt;<br>
&nbsp;&nbsp; [/leg_class_html]<br>
<br>
<br>
This output the correct Layers (except for filtering out the LABEL
layers)<br>
<br>
Thanks for any info on this.<br>
<br>
bobb<br>
<br>
</body>
</html>