changeset 540:b2d1c82b3e27

merge
author Thomas Junk <thomas.junk@intevation.de>
date Thu, 30 Aug 2018 12:39:22 +0200
parents 924490b3395b (current diff) 9ccf2c6b7275 (diff)
children ee86ab038a7e
files
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/pkg/controllers/proxy.go	Thu Aug 30 12:39:09 2018 +0200
+++ b/pkg/controllers/proxy.go	Thu Aug 30 12:39:22 2018 +0200
@@ -33,6 +33,7 @@
 	"http://www.opengis.net/gml/3.2":            struct{}{},
 	"http://www.opengis.net/fes/2.0":            struct{}{},
 	"http://schemas.opengis.net/gml":            struct{}{},
+	"http://www.opengis.net/wfs":                struct{}{},
 }
 
 func proxyDirector(lookup func(string) (string, bool)) func(*http.Request) {