[Feature] Make GroupLayer
a LayerList
for rendering purposes? #11
Closed
Description
Is your feature request related to a problem? Please describe.
We can likely obtain a large amount of functionality from having GroupLayer
also be a LayerList
, however the difficulty lies in the fact that we cannot edit the underlying napari core code, and our GroupLayer
at current wraps Layers
in Node
s, which means a straight LayerList
mixin won't work.
Describe the solution you'd like
The GroupLayer
object should have the functionality of the current LayerList
- toggles for visibility, relative reordering, etc.
Describe alternatives you've considered
Additional context