changeset 5522:728b58946c34

SR import: Log if Z values will be negated.
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Thu, 21 Oct 2021 23:46:00 +0200
parents 3cfbc5769e8b
children 2e7848d264c7 35966741e45e
files pkg/imports/sr.go
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/pkg/imports/sr.go	Thu Oct 21 20:20:30 2021 +0200
+++ b/pkg/imports/sr.go	Thu Oct 21 23:46:00 2021 +0200
@@ -303,6 +303,7 @@
 	var xform vertexTransform
 
 	if sr.negateZ() {
+		feedback.Info("Z values will be negated.")
 		xform = negateZTransform
 	} else {
 		xform = identityTransform