ukis-frontend-libraries icon indicating copy to clipboard operation
ukis-frontend-libraries copied to clipboard

A collection of angular ui-components, services, interfaces... to help you create geospatial mapping applications for the web.

Results 18 ukis-frontend-libraries issues
Sort by recently updated
recently updated
newest added

## Description Right now there is no possibility to translate some of the used strings for titles and default values in our components e.g.: in @dlr-eoc/layer-control - 'Opacity', 'Layer Setting',...

enhancement
needs investigation

## Description It looks like Clarity is not bringing any new Features into Clarity Angular and Only provides bug fixes for currently implemented stuff. > [Our strategy with Clarity Angular...

enhancement
needs investigation

## Description A clear and concise description of the problem or missing capability... - https://github.com/dlr-eoc/ukis-frontend-libraries/discussions/103 ## Relevant Package This feature request is for [@dlr-eoc/....](https://github.com/dlr-eoc/ukis-frontend-libraries/packages) Or if it is not fitting...

enhancement
needs investigation

## Description Give consumers a verifiable way to link a package back to its source repository and the specific build instructions used to publish it. ## Relevant Package This feature...

enhancement

## Describe the bug Use preferred tile.openstreetmap.org url for tiles see [ol pull 14062](https://github.com/openlayers/openlayers/pull/14062) Packages: - @dlr-eoc/base-layers-raster - @dlr-eoc/map-ol - @dlr-eoc/services-ogc - @dlr-eoc/shared-assets ## Versions **App** * UKIS: [e.g. 10.1.0]

bug

## 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

## Description To easily see what version of ukis was used on a deployed running app we could set it like angular or clarity on the HTML at runtime. -...

enhancement
has workaround