diff pkg/imports/sr.go @ 4214:49564382ffff

Added a import queue job to recalculate the contour lines of the sounding results if the heights have changed.
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Fri, 16 Aug 2019 13:15:34 +0200
parents 49012340336c
children 4ca884dfc470
line wrap: on
line diff
--- a/pkg/imports/sr.go	Wed Aug 14 17:12:23 2019 +0200
+++ b/pkg/imports/sr.go	Fri Aug 16 13:15:34 2019 +0200
@@ -78,9 +78,7 @@
 
 type srJobCreator struct{}
 
-func init() {
-	RegisterJobCreator(SRJobKind, srJobCreator{})
-}
+func init() { RegisterJobCreator(SRJobKind, srJobCreator{}) }
 
 func (srJobCreator) Description() string { return "sounding results" }