Skip to content

Commit

Permalink
Fix wfs accessconstraints
Browse files Browse the repository at this point in the history
  • Loading branch information
damienmulder committed Jan 15, 2025
1 parent c9db0af commit eb33478
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/wfs200/getcapabilities_response.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit eb33478

Please sign in to comment.