diff --git a/pkg/wmts100/capabilities.go b/pkg/wmts100/capabilities.go index a7dd1bd..8ceea3e 100644 --- a/pkg/wmts100/capabilities.go +++ b/pkg/wmts100/capabilities.go @@ -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 {