Skip to content

Commit

Permalink
Merge pull request #32 from PDOK/PDOK-13766
Browse files Browse the repository at this point in the history
Allow multiple ResourceURL elements
  • Loading branch information
copierrj authored Dec 17, 2021
2 parents f599340 + 544e166 commit d795869
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/wmts100/capabilities.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ type Layer struct {
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"`
ResourceURL []ResourceURL `xml:"ResourceURL" yaml:"resourceurl"`
}

type ResourceURL struct {
Expand Down

0 comments on commit d795869

Please sign in to comment.