diff --git a/apps/fishing-map/data/default-workspaces/workspace.production.ts b/apps/fishing-map/data/default-workspaces/workspace.production.ts index f3bd970350..440c079723 100644 --- a/apps/fishing-map/data/default-workspaces/workspace.production.ts +++ b/apps/fishing-map/data/default-workspaces/workspace.production.ts @@ -49,7 +49,7 @@ const workspace: Workspace = { { id: HIGHLIGHT_DATAVIEW_INSTANCE_ID, config: { - datasets: ['public-global-fishing-effort:v3.0'], + datasets: ['public-global-fishing-effort:v20231026'], }, dataviewId: FISHING_DATAVIEW_SLUG, }, diff --git a/apps/fishing-map/data/workspaces.ts b/apps/fishing-map/data/workspaces.ts index a6cd0f207e..8ea9480385 100644 --- a/apps/fishing-map/data/workspaces.ts +++ b/apps/fishing-map/data/workspaces.ts @@ -47,13 +47,13 @@ export const FAO_AREAS_DATAVIEW_SLUG = 'fao-areas' export const FAO_AREAS_DATAVIEW_INSTANCE_ID = 'context-layer-fao-areas' // Workspaces dataviews -export const FISHING_DATAVIEW_SLUG = 'apparent-fishing-effort-v-3' -export const CLUSTER_ENCOUNTER_EVENTS_DATAVIEW_SLUG = 'encounter-cluster-events-v-3' -export const VIIRS_MATCH_DATAVIEW_SLUG = 'viirs-match-v-3' -export const SAR_DATAVIEW_SLUG = 'sar-v-3' -export const PRESENCE_DATAVIEW_SLUG = 'presence-activity-v-3' +export const FISHING_DATAVIEW_SLUG = 'apparent-fishing-effort' +export const CLUSTER_ENCOUNTER_EVENTS_DATAVIEW_SLUG = 'encounter-cluster-events' +export const VIIRS_MATCH_DATAVIEW_SLUG = 'viirs-match' +export const SAR_DATAVIEW_SLUG = 'sar' +export const PRESENCE_DATAVIEW_SLUG = 'presence-activity' export const TEMPLATE_USER_TRACK_SLUG = 'user-track' -export const TEMPLATE_VESSEL_DATAVIEW_SLUG = 'fishing-map-vessel-track-v-3' +export const TEMPLATE_VESSEL_DATAVIEW_SLUG = 'fishing-map-vessel-track' export const TEMPLATE_CONTEXT_DATAVIEW_SLUG = 'default-context-layer' export const TEMPLATE_POINTS_DATAVIEW_SLUG = 'default-points-layer' export const TEMPLATE_ENVIRONMENT_DATAVIEW_SLUG = 'default-environmental-layer' diff --git a/apps/fishing-map/features/vessel/vessel.config.ts b/apps/fishing-map/features/vessel/vessel.config.ts index 88676bbbea..8a22ee7fa3 100644 --- a/apps/fishing-map/features/vessel/vessel.config.ts +++ b/apps/fishing-map/features/vessel/vessel.config.ts @@ -5,7 +5,7 @@ import { IdentityVesselData } from 'features/vessel/vessel.slice' import { VesselProfileState } from 'types' export const DEFAULT_VESSEL_IDENTITY_DATASET = 'public-global-vessel-identity' -export const DEFAULT_VESSEL_IDENTITY_VERSION = 'v3.0' +export const DEFAULT_VESSEL_IDENTITY_VERSION = 'v20231026' export const DEFAULT_VESSEL_IDENTITY_ID = `${DEFAULT_VESSEL_IDENTITY_DATASET}:${DEFAULT_VESSEL_IDENTITY_VERSION}` export const DEFAULT_VESSEL_STATE: VesselProfileState = {