Michael Langbein

Results 4 issues of Michael Langbein

A fresh clone of this repository results in an error: ``` Uncaught TypeError: Cannot read property 'Scene' of undefined at new e (cesium.js:325738) at Object. (cesium.js:305272) at __webpack_require__ (cesium.js:55) at...

## Description We're close to issuing a ukis-version 8.0. To this occasion, maybe cleaning up some places in the code could be useful. Last time we did that, there were...

enhancement
needs investigation

## Description Consider this case: ```ts const layer1 = new RasterLayer(paras); const layer2 = { ... layer1 }; // This is a common mistake. What user should have done here...

enhancement
dependent

## Description Currently, OlLayers are created from UkisLayers in `map-ol.service.ts` via the `create_*_layer` methods. At the same time, updates to OlLayers from UkisLayers happen in `map-ol.component.ts` via the `update*LayerParamsWith` methods....

enhancement
good first issue