Skip to content

Commit

Permalink
Merge pull request #7 from GlobalFishingWatch/feature_support_upper_i…
Browse files Browse the repository at this point in the history
…ntervals

add upper options
  • Loading branch information
rrequero authored Oct 11, 2023
2 parents 19dd8b0 + 28d6c53 commit 076a186
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gfw/resource_dataview.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import (

var DATAVIEW_TYPES []string = []string{"context", "environment", "activity", "detections", "events", "vessels"}
var DATAVIEW_APPS []string = []string{"fishing-map", "vessel-history"}
var DATAVIEW_CONFIG_INTERVALS []string = []string{"hours", "day", "10days", "month"}
var DATAVIEW_CONFIG_INTERVALS []string = []string{"hours", "day", "10days", "month", "year", "HOURS", "DAY", "10DAYS", "MONTH", "YEAR"}
var DATAVIEW_CONFIG_TYPES []string = []string{
"BASEMAP",
"HEATMAP",
Expand Down

0 comments on commit 076a186

Please sign in to comment.