diff cmd/octree2contour/store.go @ 718:c0bba602b60e octree

octree: define a type for LineStringZ.
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Fri, 21 Sep 2018 14:47:44 +0200
parents a9783d8f74ed
children 5af9ab39e715
line wrap: on
line diff
--- a/cmd/octree2contour/store.go	Fri Sep 21 11:03:20 2018 +0200
+++ b/cmd/octree2contour/store.go	Fri Sep 21 14:47:44 2018 +0200
@@ -7,7 +7,10 @@
 	"math"
 )
 
-type multiLineStringZ [][]vertex
+type (
+	lineStringZ      []vertex
+	multiLineStringZ []lineStringZ
+)
 
 const (
 	wkbNDR              byte   = 1