# HG changeset patch # User Thomas Junk # Date 1535625562 -7200 # Node ID b2d1c82b3e276df4938038725beaa31758008178 # Parent 924490b3395b3aa36217eed1d7812bc5879183fe# Parent 9ccf2c6b7275fb28d7565d4b1193dd3163a7799a merge diff -r 924490b3395b -r b2d1c82b3e27 pkg/controllers/proxy.go --- 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) {