Skip to content

Commit

Permalink
feat: update maplibre to 4.5.0 #225
Browse files Browse the repository at this point in the history
  • Loading branch information
boeckMt committed Jul 3, 2024
1 parent fa1a9d9 commit 59ffb6b
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 13 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
- Added flyTo options for `setNadirViewAngle` - This can be useful if you switch the map to a 2D view and want to reset the `ViewAngle` before.

* **@dlr-eoc/map-maplibre:**
- Update "maplibre-gl-js" from `4.1.3` to `4.5.0` also see [maplibre-gl](https://github.com/maplibre/maplibre-gl-js/releases/tag/v4.5.0).
- Adding support for mapState viewAngle and rotation
- Added new `UKIS_METADATA.ignoreOpacity` and `UKIS_METADATA.ignoreVisibility` which can be used in `CustomLayer` to prevent changing the opacity or visibility for some layers.
- Added new function `updateStyleLayerProperties(map: glMap, mllayer: TypedStyleLayer, layer: ukisLayer)` to update `paint`, `layout`, `maxzoom`, `minzoom`, `filter`, `source` and `source-layer` from ukisLayers.
Expand Down
33 changes: 21 additions & 12 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion projects/map-maplibre/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
},
"dependencies": {
"tslib": "^2.4.0",
"maplibre-gl": "^4.1.3",
"maplibre-gl": "^4.5.0",
"@mapbox/togeojson": "0.16.2",
"@dlr-eoc/services-map-state": "12.0.1-next.4",
"@dlr-eoc/services-layers": "12.0.1-next.4",
Expand Down

0 comments on commit 59ffb6b

Please sign in to comment.