diff pkg/geoserver/templates_test.go @ 3830:464a6a6e05e6 sld-colors

Clean color handling a bit.
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Thu, 04 Jul 2019 11:03:36 +0200
parents 885eb90255ff
children cbced21c6d94
line wrap: on
line diff
--- a/pkg/geoserver/templates_test.go	Thu Jul 04 10:37:42 2019 +0200
+++ b/pkg/geoserver/templates_test.go	Thu Jul 04 11:03:36 2019 +0200
@@ -895,7 +895,9 @@
 </StyledLayerDescriptor>
 `
 
-const classBreaksConfig = `1:#ff00dd,1.5,1.7,1.9,2.1,2.3,2.5:#f25f20,2.7,2.9,3.1,3.3,3.5,4:#8ad51a,4.5,5,5.5,6,6.5,7,7.5:#1414ff`
+const classBreaksConfig = `1:#ff00dd,1.5,1.7,1.9,2.1,2.3,` +
+	`2.5:#f25f20,2.7,2.9,3.1,3.3,3.5,` +
+	`4:#8ad51a,4.5,5,5.5,6,6.5,7.5:#1414ff`
 
 func TestTemplate(t *testing.T) {