Skip to content

Commit

Permalink
add new supported format
Browse files Browse the repository at this point in the history
  • Loading branch information
rrequero committed Apr 23, 2024
1 parent 99dd53a commit b9af202
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gfw/resource_dataset.go
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ var DATASET_STATUSES []string = []string{
"deprecated",
}
var DATASET_CONFIGURATION_GEOMETRY_TYPES []string = []string{"tracks", "polygons", "points"}
var DATASET_CONFIGURATION_FORMATS []string = []string{"geojson"}
var DATASET_CONFIGURATION_FORMATS []string = []string{"geojson", "pmtile"}

func resourceDataset() *schema.Resource {
return &schema.Resource{
Expand Down

0 comments on commit b9af202

Please sign in to comment.