Skip to content

Commit e0a87a8

Browse files
Map maplibre update (#290)
* feat: implementing time parameter * change: update maplibre-gl * fix: remove test layer * build: set ukis version 16.0.0-next.10 * build: set ukis version to 16.0.0-next.10 in all projects * doc: updating changes
1 parent f06a694 commit e0a87a8

24 files changed

Lines changed: 196 additions & 193 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
- Update angular from `^18.2.8` to `^19.2.13`
33
- Patch `jsonix` when using `@dlr-eoc/utils-ogc` or `@dlr-eoc/services-ogc`, see [jsonix 3.0.0.patch](patches/jsonix+3.0.0.patch) and use `patch-package`.
44
- Update OpenLayers from `v9.2.4` to `v10.5.0` see [OpenLayers releases](https://github.com/openlayers/openlayers/releases) for all changes.
5-
- Update maplibre from `^4.5.0` to `v5.5.0` see [maplibre releases](https://github.com/maplibre/maplibre-gl-js/releases) for all changes.
5+
- Update maplibre from `^4.5.0` to `^5.24.0` see [maplibre releases](https://github.com/maplibre/maplibre-gl-js/releases) for all changes.
66
- Update three.js from `^0.137.5` to `^0.176.0` see [three releases](https://github.com/mrdoob/three.js/releases) for all changes.
77
- Update [@cesium/engine](https://github.com/CesiumGS/cesium/tree/main/packages/engine) from `^17.0.0` to `^22.3.0` and [@cesium/widgets](https://github.com/CesiumGS/cesium/tree/main/packages/widgets) from `^12.0.0` to `^14.3.0` (cesium from `1.129` to `1.138`) see [cesium changelog](https://github.com/CesiumGS/cesium/blob/1.138/CHANGES.md) for all changes.
88
- Update [@cesium/engine](https://github.com/CesiumGS/cesium/tree/main/packages/engine) from `^10.1.0` to `^17.0.0` and [@cesium/widgets](https://github.com/CesiumGS/cesium/tree/main/packages/widgets) from `^7.1.0` to `^12.0.0` (cesium from `1.120` to `1.129`) see [cesium changelog](https://github.com/CesiumGS/cesium/blob/1.129/CHANGES.md) for all changes.
@@ -18,6 +18,9 @@
1818
* **@dlr-eoc/layer-control:**
1919
- Removed `pipes` and moved it to new library `@dlr-eoc/ngx-ukis-utilities` [Issue #267](https://github.com/dlr-eoc/ukis-frontend-libraries/issues/267).
2020

21+
* **@dlr-eoc/services-layers:**
22+
- Adding optional time parameter in `IWmtsParams`.
23+
2124
* **@dlr-eoc/ngx-ukis-ui-clarity:**
2225
- Input `mapStateSvc` on `<ukis-projection-switch>` was renamed to `mapState`! Input `fitViewToNewExtent` is now triggered by `mapSvc.setProjection`.
2326

@@ -26,6 +29,9 @@
2629
* **@dlr-eoc/map-ol:**
2730
- Params of `setProjection(projection: olProjection | string)` changed to `setProjection(projection: IProjDef | string, options?: IProjFitOptions)` in `MapOlService`. This allows the registration of proj4 definitions for projections from `IProjDef`. The options `IProjFitOptions` allow to zomm to a bbox on setProjection or zomm to the ProjectionExtent.
2831

32+
* **@dlr-eoc/map-maplibre:**
33+
- Added support for time in WMS and WMTS layer sources.
34+
2935
* **@dlr-eoc/map-cesium:**
3036
- `MapCesiumService.getCurrentExtent()` param `geographic?: boolean` is removed because it was not used.
3137

0 commit comments

Comments
 (0)