diff pkg/imports/sr.go @ 1130:42617bba8709

Go from 50cm to 10cm stepwidth in calculating the contorlines.
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Wed, 07 Nov 2018 17:54:31 +0100
parents a244b18cb916
children 2e6b47cdb2ca
line wrap: on
line diff
--- a/pkg/imports/sr.go	Wed Nov 07 16:39:21 2018 +0100
+++ b/pkg/imports/sr.go	Wed Nov 07 17:54:31 2018 +0100
@@ -55,7 +55,7 @@
 const wgs84 = 4326
 
 const (
-	contourStepWidth = 0.5
+	contourStepWidth = 0.1
 	contourTolerance = 0.1
 )