Skip to content

Commit

Permalink
Legendurl is allowed to be empty.
Browse files Browse the repository at this point in the history
  • Loading branch information
RoelvandenBerg committed Sep 16, 2021
1 parent b8e9e55 commit 0cdf1b3
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 0cdf1b3

Please sign in to comment.