diff pkg/imports/sr.go @ 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 93af8d1ea09f
children f2204f91d286
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