Skip to content

Commit

Permalink
Merge pull request #30 from PDOK/roel-fix-legendurl
Browse files Browse the repository at this point in the history
Legendurl is allowed to be empty.
  • Loading branch information
RoelvandenBerg authored Sep 16, 2021
2 parents b8e9e55 + 0cdf1b3 commit 3fb3f16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/wms130/capabilities.go
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ type Style struct {
Name string `xml:"Name" yaml:"name"`
Title string `xml:"Title" yaml:"title"`
Abstract string `xml:"Abstract,omitempty" yaml:"abstract"`
LegendURL struct {
LegendURL *struct {
Width int `xml:"width,attr" yaml:"width"`
Height int `xml:"height,attr" yaml:"height"`
Format string `xml:"Format" yaml:"format"`
Expand Down

0 comments on commit 3fb3f16

Please sign in to comment.