From eb33478d96b94ebb16adf876fd3178522c87a499 Mon Sep 17 00:00:00 2001 From: Damien Mulder Date: Wed, 15 Jan 2025 16:43:17 +0100 Subject: [PATCH] Fix wfs accessconstraints --- pkg/wfs200/getcapabilities_response.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/wfs200/getcapabilities_response.go b/pkg/wfs200/getcapabilities_response.go index 5a69894..38b5357 100644 --- a/pkg/wfs200/getcapabilities_response.go +++ b/pkg/wfs200/getcapabilities_response.go @@ -72,7 +72,7 @@ type ServiceIdentification struct { } `xml:"ows:ServiceType"` ServiceTypeVersion string `xml:"ows:ServiceTypeVersion" yaml:"servicetypeversion"` Fees string `xml:"ows:Fees" yaml:"fees"` - AccessConstraints string `xml:"ows:AccessConstraints" yaml:"accesscontraints"` + AccessConstraints string `xml:"ows:AccessConstraints" yaml:"accessconstraints"` } // ServiceProvider struct containing the provider/organization information should only be fill by the "template" configuration wfs200.yaml