FilipLeitner

Results 14 issues of FilipLeitner

## Description - Mainly refactoring of all code which works with layman. The most important change that was worked on is that we try to avoid calling getCapabilities for layman...

## -------Merging with #5713 ------ ## Description - Refactor utils entrypoint from injectable angular service to exported functions to allow better tree-shaking ## Related issues or pull requests #5729 ##...

Refactor utils functions (which doesnt rely on injected dependencies) to exported functions for improved tree-shaking -> smaller bundle sizes

enhancement
refactoring

- Move this away from compositions service . should be tied directly to composition component ``` this.hsEventBusService.vectorQueryFeatureSelection .pipe(filter((e) => this.hsLayoutService.mainpanel == 'compositions')) .subscribe((e) => { for (const endpoint of this.hsCommonEndpointsService.endpoints())...

enhancement