diff --git a/gfw/api/types.go b/gfw/api/types.go index e0450a5..b7cf4ec 100644 --- a/gfw/api/types.go +++ b/gfw/api/types.go @@ -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"`