diff pkg/controllers/diff.go @ 4762:c93c8a837af8

Removed unused code that interplolated height levels between class breaks.
author Sascha L. Teichmann <teichmann@intevation.de>
date Sat, 19 Oct 2019 18:34:17 +0200
parents c91e759007da
children a2f16bbcc846
line wrap: on
line diff
--- a/pkg/controllers/diff.go	Sat Oct 19 18:13:56 2019 +0200
+++ b/pkg/controllers/diff.go	Sat Oct 19 18:34:17 2019 +0200
@@ -278,7 +278,6 @@
 		heights = octree.SampleDiffHeights(tin.Min.Z, tin.Max.Z, contourStep)
 	} else {
 		heights = octree.ExtrapolateClassBreaks(heights, tin.Min.Z, tin.Max.Z)
-		// heights = octree.InBetweenClassBreaks(heights, 0.05, 2)
 	}
 
 	log.Printf("info: z range: %.3f - %.3f\n", tin.Min.Z, tin.Max.Z)