diff pkg/wkb/wkb.go @ 4296:95786a675d70

WIP: Started with downloading stretches as ESRI shapes. GET /api/data/stretch/shape/{stretch}
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Fri, 30 Aug 2019 18:34:27 +0200
parents fc928ce7b57c
children
line wrap: on
line diff
--- a/pkg/wkb/wkb.go	Fri Aug 30 16:54:12 2019 +0200
+++ b/pkg/wkb/wkb.go	Fri Aug 30 18:34:27 2019 +0200
@@ -25,6 +25,7 @@
 	LineString       uint32 = 2
 	Polygon          uint32 = 3
 	MultiLineString  uint32 = 5
+	MultiPolygon     uint32 = 6
 	PointZ           uint32 = 1000 + 1
 	LineStringZ      uint32 = 1000 + 2
 	MultiPointZ      uint32 = 1000 + 4