Skip to content

Commit 0732ed9

Browse files
author
Jelle Dijkstra
committed
Removed xml tag for optional contraints
1 parent fc6141a commit 0732ed9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/wms130/getcapabilities_response.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ type WMSService struct {
6464
ContactInformation *ContactInformation `xml:"ContactInformation" yaml:"contactInformation"`
6565
Fees *string `xml:"Fees" yaml:"fees"`
6666
AccessConstraints *string `xml:"AccessConstraints" yaml:"accessConstraints"`
67-
*OptionalConstraints `xml:"OptionalConstraints" yaml:"optionalConstraints,omitempty"`
67+
*OptionalConstraints `yaml:"optionalConstraints,omitempty"`
6868
}
6969

7070
// ContactInformation struct containing the information about a contact person for the service

0 commit comments

Comments
 (0)