diff pkg/models/sr.go @ 3945:3bdbaf1b282a

SR import: Negate the Z values in the XYZ files if the flag `negate-z` is set.
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Sun, 14 Jul 2019 17:19:22 +0200
parents 07b2df71bb4a
children 98e2041c7ebf
line wrap: on
line diff
--- a/pkg/models/sr.go	Fri Jul 12 11:58:20 2019 +0200
+++ b/pkg/models/sr.go	Sun Jul 14 17:19:22 2019 +0200
@@ -32,6 +32,7 @@
 		EPSG           uint   `json:"epsg"`
 		DepthReference string `json:"depth-reference"`
 		SingleBeam     bool   `json:"single-beam"`
+		NegateZ        bool   `json:"negate-z,omitempty"`
 	}
 )