Hi,<br>
<br>
When we prepare an application using different layersets and different sources in each layerset, the default layer tree has a structure like this<br>
<br>
- Layerset1<br>
  - Source1<br>
     - Layer1<br>
     - Layer2<br>
  - Source2<br>
     - Layer1<br>
- Layerset2<br>
etc<br>
<br>
This is the case, even when a given source only provides one single layer. This leads to a lot of clicking when you start the layer tree folded up to see only the layersets.<br>
<br>
We have found the way to not show the layerset level (not show "theme", IIRC, but I'm not in front of the computer at the moment), so to get<br>
<br>
- Source1<br>
   - Layer1<br>
   - Layer2<br>
- Source2<br>
etc<br>
<br>
<br>
Is there a way to not show the source level in the tree, i.e. to get something like this:<br>
<br>
- Layerset1<br>
   - Layer1<br>
   - Layer2<br>
   etc<br>
- Layerset2<br>
    - Layer1<br>
    - Layer2<br>
<br>
?<br>
<br>
Moritz