diff pkg/imports/sr.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 64979fec89a7
children d786c37b02c0
line wrap: on
line diff
--- a/pkg/imports/sr.go	Sat Oct 19 18:13:56 2019 +0200
+++ b/pkg/imports/sr.go	Sat Oct 19 18:34:17 2019 +0200
@@ -864,12 +864,6 @@
 		}
 	} else {
 		heights = octree.ExtrapolateClassBreaks(heights, minZ, maxZ)
-		// We set steps for InBetweenClassBreaks to 1, so it
-		// becomes a null operation.  The extra class breaks
-		// were considered unexpected and confusing by the
-		// users.  Once we get filled polygones the visual will
-		// be considerably different anyway. -- sw
-		// heights = octree.InBetweenClassBreaks(heights, 0.05, 1)
 	}
 
 	/*