Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
Loading