<div dir="ltr">You can do this, but you may have to make your own LayerSwitcher to do so.<div><br></div><div>We did this by treating the imagery layers as regular overlays (i.e. not base layers), and then creating a custom LayerSwitcher which allowed toggling visibility of the imagery layers by radio button rather than a checkbox.  In our code we made this very flexible by defining a JSON structure that specified all layers and whether they were part of a "mutually-exclusive set" or not.  If you don't need that flexibility you could just add some properties to the OL Layer objects to control how they are to be controlled by the custom LayerSwitcher.</div><div><br></div><div>And yes, this is a bit of work and requires some solid JS and HTML chops.  </div></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Oct 23, 2014 at 10:46 AM, Bistrais, Bob <span dir="ltr"><<a href="mailto:Bob.Bistrais@maine.gov" target="_blank">Bob.Bistrais@maine.gov</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">





<div lang="EN-US" link="blue" vlink="purple">
<div>
<p class="MsoNormal">I have a number of imagery layers (selected with radio buttons) that I would like to have display on top of certain background layers (selected with checkboxes).  I’ve tried changing the order of layers, the isBaseLayer option, and so forth,
 but I cannot get it to work that way.  Is it possible to this?  <u></u><u></u></p>
<p class="MsoNormal"><u></u> <u></u></p>
<p class="MsoNormal">Thanks,<br>
Bob<u></u><u></u></p>
</div>
</div>

<br>_______________________________________________<br>
Users mailing list<br>
<a href="mailto:Users@lists.osgeo.org">Users@lists.osgeo.org</a><br>
<a href="http://lists.osgeo.org/mailman/listinfo/openlayers-users" target="_blank">http://lists.osgeo.org/mailman/listinfo/openlayers-users</a><br></blockquote></div><br></div>