<!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. 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. (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. 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>
[leg_layer_html ]<br>
<input type=checkbox name=layer value=[leg_layer_name]<br>
[if name=layer_status oper=eq value=2]CHECKED[/if]<br>
[if name=layer_status oper=neq value=1][/if]/><br>
[/leg_layer_html]<br>
[leg_class_html ]<br>
<img src=[leg_icon] /> [leg_class_name]<br /><br>
[/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>