Skip to content

Commit

Permalink
Allow multiple ResourceURL elements
Browse files Browse the repository at this point in the history
  • Loading branch information
copierrj committed Dec 17, 2021
1 parent f599340 commit 544e166
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 544e166

Please sign in to comment.