diff pkg/controllers/proxy.go @ 538:9ccf2c6b7275

WFS/WMS proxy: blacklist another namespace to make OpenLayers work.
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Thu, 30 Aug 2018 11:28:35 +0200
parents 76a76691a298
children 82765aa6de53
line wrap: on
line diff
--- a/pkg/controllers/proxy.go	Wed Aug 29 16:12:20 2018 +0200
+++ b/pkg/controllers/proxy.go	Thu Aug 30 11:28:35 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) {