qgis-tem-loader

qgis plugin for loading TEM geophysical inversion XYZ files as 3D objects
git clone git://src.adamsgaard.dk/qgis-tem-loader # fast
git clone https://src.adamsgaard.dk/qgis-tem-loader.git # slow
Log | Files | Refs | README | LICENSE Back to index

commit 4d66c915dded156356dd064f895daa9c401b97ca
parent ed8f314d35f4a5b5dca614ae288f5deebcd44985
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Thu, 28 May 2026 18:44:41 +0200

fix(styles): exclude DOI layer from elevation profile by default

Diffstat:
Mtem_loader/styles/doi.qml | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tem_loader/styles/doi.qml b/tem_loader/styles/doi.qml @@ -726,7 +726,7 @@ </selection> <customproperties> <Option type="Map"> - <Option name="_include_in_elevation_profiles" type="bool" value="true"/> + <Option name="_include_in_elevation_profiles" type="bool" value="false"/> <Option name="embeddedWidgets/count" type="int" value="0"/> <Option name="variableNames"/> <Option name="variableValues"/>