dlr-eoc / ukis-frontend-libraries

A collection of angular ui-components, services, interfaces... to help you create geospatial mapping applications for the web.
Apache License 2.0
17 stars 4 forks source link

Enhancements of layer-control #69

Closed boeckMt closed 3 years ago

boeckMt commented 3 years ago

Description

Relevant Package

Describe alternatives you've considered

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;
}
boeckMt commented 3 years ago

Unfortunately hiding Layers is not as easy as I thought https://github.com/dlr-eoc/ukis-frontend-libraries/pull/71#issuecomment-802747527