diff pkg/imports/sr.go @ 3954:cb4fda122321

Completing: Don't create extra inbetween class breaks.
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Mon, 15 Jul 2019 17:54:12 +0200
parents e467159d04cc
children 3eab3fc113b7
line wrap: on
line diff
--- a/pkg/imports/sr.go	Mon Jul 15 17:49:50 2019 +0200
+++ b/pkg/imports/sr.go	Mon Jul 15 17:54:12 2019 +0200
@@ -869,7 +869,7 @@
 		// 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)
+		// heights = octree.InBetweenClassBreaks(heights, 0.05, 1)
 	}
 
 	/*