Skip to content

Commit

Permalink
Merge pull request #31 from PDOK/PDOK-13766
Browse files Browse the repository at this point in the history
Add missing InfoFormat attribute
  • Loading branch information
copierrj authored Dec 17, 2021
2 parents 3fb3f16 + 0704fce commit f599340
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/wmts100/capabilities.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ type Layer struct {
Metadata *Metadata `xml:"ows:Metadata,omitempty" yaml:"metadata"`
Style []Style `xml:"Style" yaml:"style"`
Format []string `xml:"Format" yaml:"format"`
InfoFormat []string `xml:"InfoFormat" yaml:"infoformat"`
TileMatrixSetLink []TileMatrixSetLink `xml:"TileMatrixSetLink" yaml:"tilematrixsetlink"`
ResourceURL *ResourceURL `xml:"ResourceURL,omitempty" yaml:"resourceurl"`
}
Expand Down

0 comments on commit f599340

Please sign in to comment.