Closed boeckMt closed 3 years ago
@dlr-eoc/layer-control
LayersService
Set the Layer/Group cssClass property and then hide the item with style
::ng-deep ukis-layerentry-group.hide { height: 0; margin: 0; padding: 0; border: none; visibility: hidden; z-index: -1; }
Unfortunately hiding Layers is not as easy as I thought https://github.com/dlr-eoc/ukis-frontend-libraries/pull/71#issuecomment-802747527
Description
@dlr-eoc/layer-control
without removing them from theLayersService
.Relevant Package
Describe alternatives you've considered
Set the Layer/Group cssClass property and then hide the item with style