From 71815489237c70158f7fab45ae76f87b0512deb4 Mon Sep 17 00:00:00 2001 From: Kata Martin Date: Mon, 26 Aug 2024 16:36:42 -0700 Subject: [PATCH] Update shapefiles pointer on live and 2021 fires --- pages/research/forest-offsets-fires-2021.js | 2 +- pages/research/forest-offsets-fires.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/research/forest-offsets-fires-2021.js b/pages/research/forest-offsets-fires-2021.js index 6facae8..7951d6e 100644 --- a/pages/research/forest-offsets-fires-2021.js +++ b/pages/research/forest-offsets-fires-2021.js @@ -73,7 +73,7 @@ const Index = ({ fireMetadata, fireProjects }) => { const index = useBreakpointIndex() const tiles = { - projects: `https://carbonplan-forest-offsets.s3.us-west-1.amazonaws.com/web/tiles/projects/{z}/{x}/{y}.pbf`, + projects: `https://carbonplan-scratch.s3.us-west-2.amazonaws.com/carbonplan-forest-offsets/web/projects/{z}/{x}/{y}.pbf`, fires: `https://storage.googleapis.com/carbonplan-research/offset-fires/tiles/fires/fires/{z}/{x}/{y}.pbf`, } diff --git a/pages/research/forest-offsets-fires.js b/pages/research/forest-offsets-fires.js index e185e9f..0d05d27 100644 --- a/pages/research/forest-offsets-fires.js +++ b/pages/research/forest-offsets-fires.js @@ -6,7 +6,7 @@ import Mobile from '../../components/mobile' import projects from '../../data/projects-fires' const tiles = { - projects: `https://carbonplan-forest-offsets.s3.us-west-1.amazonaws.com/web/tiles/projects/{z}/{x}/{y}.pbf`, + projects: `https://carbonplan-scratch.s3.us-west-2.amazonaws.com/carbonplan-forest-offsets/web/projects/{z}/{x}/{y}.pbf`, fires: `https://carbonplan-forest-offsets.s3.us-west-1.amazonaws.com/web/tiles/current-nifc-perimeters/{z}/{x}/{y}.pbf`, hotspots: `https://carbonplan-forest-offsets.s3.us-west-1.amazonaws.com/web/tiles/current-firms-pixels/{z}/{x}/{y}.pbf`, }