diff pkg/wfs/rawfeaturecollection.go @ 1626:92da44ba610c

WFS downloader: Parse into raw feature collections.
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Wed, 19 Dec 2018 15:07:14 +0100
parents 943823d03d50
children 6caf5cd6249e
line wrap: on
line diff
--- a/pkg/wfs/rawfeaturecollection.go	Wed Dec 19 12:52:33 2018 +0100
+++ b/pkg/wfs/rawfeaturecollection.go	Wed Dec 19 15:07:14 2018 +0100
@@ -19,7 +19,7 @@
 )
 
 type RawFeatureCollection struct {
-	CRS struct {
+	CRS *struct {
 		Properties struct {
 			Name string `json:"name"`
 		} `json:"properties"`