From 2278bc6ba7c3db421b780df319b8097035a1c9c9 Mon Sep 17 00:00:00 2001 From: Daniel von Atzigen Date: Wed, 19 Nov 2025 10:44:29 +0100 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index aa3e2cc9a..d57a9d247 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,24 @@ # Changelog +## [1.9.0] +### Added +- Added support for 3dtiles v1.1. +- Added two new seismics layers. +- Added support for displaying layers via OGC API. +- Geometries on WMTS layers and some specific 3dtiles can now be exported via the tools panel. +- The map toolbar now includes a compass that rotates with the camera. + +### Changed +- Upgraded to the non-experimental backend for Voxel layers. + Layers remaining on the old format cannot be displayed anymore and have been temporarily removed. +- The 3d view cube at the bottom right of the screen has been removed. +- Underground 3dtiles are now closer to their real color, without being shadowed. +- Looking at 3dtiles from below now correctly colors the objects' undersides (does not work on 3dtiles v1.0). + +### Fixed +- WMTS picking results containing links now correctly link to the respective url instead of just displaying the link text. +- Overlay windows no longer overlap if there is free space on the map. + ## [1.8.0] ### Added - Added a new "gravel and sand" layer.