Skip to content

Commit

Permalink
Merge pull request #35 from PDOK/fix-wfs-accessconstraints
Browse files Browse the repository at this point in the history
Fix wfs accessconstraints
  • Loading branch information
damienmulder authored Jan 16, 2025
2 parents c9db0af + eb33478 commit e4e0232
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 e4e0232

Please sign in to comment.