# HG changeset patch # User Sascha L. Teichmann # Date 1535621315 -7200 # Node ID 9ccf2c6b7275fb28d7565d4b1193dd3163a7799a # Parent 942a865986f66d1e6930e104249953ecbc490fad WFS/WMS proxy: blacklist another namespace to make OpenLayers work. diff -r 942a865986f6 -r 9ccf2c6b7275 pkg/controllers/proxy.go --- 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) {