Skip to content

Commit

Permalink
Merge pull request #10 from GlobalFishingWatch/dataview-config-gratic…
Browse files Browse the repository at this point in the history
…ules

add graticules as a valid dataview config type
  • Loading branch information
j8seangel authored Jun 10, 2024
2 parents b9af202 + b409776 commit 680fdec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gfw/resource_dataview.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ var DATAVIEW_APPS []string = []string{"fishing-map", "vessel-history"}
var DATAVIEW_CONFIG_INTERVALS []string = []string{"hours", "day", "10days", "month", "year", "HOURS", "DAY", "10DAYS", "MONTH", "YEAR"}
var DATAVIEW_CONFIG_TYPES []string = []string{
"BASEMAP",
"GRATICULES",
"HEATMAP",
"HEATMAP_ANIMATED",
"HEATMAP_STATIC",
Expand Down

0 comments on commit 680fdec

Please sign in to comment.