Skip to content

Commit

Permalink
omit empty
Browse files Browse the repository at this point in the history
  • Loading branch information
rrequero committed Feb 7, 2024
1 parent 0bb0585 commit 99dd53a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gfw/api/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -142,8 +142,8 @@ type DatasetConfiguration struct {
Max float64 `json:"max"`
Scale float64 `json:"scale"`
Offset float64 `json:"offset"`
TileScale float64 `json:"tileScale"`
TileOffset float64 `json:"tileOffset"`
TileScale float64 `json:"tileScale,omitempty"`
TileOffset float64 `json:"tileOffset,omitempty"`
IDProperty string `json:"idProperty"`
ValueProperties []string `json:"valueProperties"`
InsightSources []InsightSources `json:"insightSources,omitempty"`
Expand Down

0 comments on commit 99dd53a

Please sign in to comment.