<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    IIRC there was bug like this at one point.  What version are you
    running?<br>
    <br>
    The example below works for me as expected in 2.6.1.  Each nested
    group can select one layer for two layers on total. The
    multiple="true" in the "Test" group isn't necessary as it is the
    default (and there are no layers directly in the test group to
    matter anyway).<br>
    <pre><group title="Test" multiple="true">
        <group title="Topography / Bathymetry" expand="false" multiple="false">
            <layer title="Topography" src="wms_proxy/1"/>
            <layer title="Bathymetry" src="wms_proxy/2"/>
        </group>
        <group title="Basemaps" expand="false" multiple="false">
            <layer title="Tiger Basemap" src="sg_basemap/tiger-base"/>
            <layer title="Open Street Map" src="osm/osm" />
            <layer title="Off" src="" />
        </group>
</group></pre>
    <br>
    <br>
    <div class="moz-cite-prefix">On 08/05/2014 07:15 AM, Philip
      Kraaijenbrink wrote:<br>
    </div>
    <blockquote
cite="mid:CAO0yXgBN=YtDEP=H_31xGm5AmA_Z2A5qZSWqdiCOCP8QOD7Zhg@mail.gmail.com"
      type="cite">
      <pre wrap="">Hi,

I would like to know if it's possible to let a group's multiple="true"
attribute operate on the group level instead of the whole catalog level.
For instance, to have a single root group that nests two other groups,
which each have only one layer selectable. I tried using multiple="true"
for the root and multiple="false" for the nested groups but this does not
seem to work.

Philip

</pre>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
Geomoose-users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Geomoose-users@lists.osgeo.org">Geomoose-users@lists.osgeo.org</a>
<a class="moz-txt-link-freetext" href="http://lists.osgeo.org/mailman/listinfo/geomoose-users">http://lists.osgeo.org/mailman/listinfo/geomoose-users</a></pre>
    </blockquote>
    <br>
  </body>
</html>