commit 9d2ee54ebf40856d1dc9ea5ff60af351c9478a73
parent eca405d0f5a6db17f0fa6f802d8c7507ac2aa466
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date: Thu, 28 May 2026 18:51:07 +0200
chore(release): 0.2.2
Diffstat:
2 files changed, 14 insertions(+), 1 deletion(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
@@ -1,5 +1,14 @@
# Changelog
+## [0.2.2] - 2026-05-28
+
+### Added
+- Import option "Hide layers below depth of interest (DOI, 2D and 3D views)", ON by default, which clips resistivity layers to the DOI so geometry below the DOI is not written to the GeoPackage. Clipping is exact when the DOI falls inside a layer.
+
+### Changed
+- The DOI layer is now excluded from the Elevation Profile by default, matching the existing default for the points layer.
+- Raised the layers 3D tiling max-chunk-features from 1000 to 50000 for faster 3D rendering on large datasets.
+
## [0.2.1] - 2026-05-23
### Fixed
diff --git a/tem_loader/metadata.txt b/tem_loader/metadata.txt
@@ -3,11 +3,15 @@ name=TEM Loader
qgisMinimumVersion=3.40.0
qgisMaximumVersion=4.99.0
description=Load TEM inversion XYZ files as styled 3D vector layers
-version=0.2.1
+version=0.2.2
author=Anders Damsgaard
email=andam@geus.dk
about=QGIS plugin for loading geophysical inversion models. Adds a menu item to the "Plugin" menu. The models are loaded as 3D points for the terrain surface with line numbers as labels, 3D points for depth of investigation (DOI), and model layers as 3D lines. The plugin supports profile visualization using the "Elevation Profile" tool in QGIS and 3D Map Views.
changelog=
+ 0.2.2
+ * Hide layers below DOI by default with new import option that clips layer geometry at the DOI
+ * Exclude DOI layer from Elevation Profile by default
+ * Raise 3D tiling max-chunk-features to 50000 for faster 3D rendering on large datasets
0.2.1
* Apply the high-resistivity color for values above 1600 ohm*m to both layer styling and pre-computed layer colors
0.2.0