From 054f33b226e8fbee620b6cf74a784ffb231ac249 Mon Sep 17 00:00:00 2001 From: Kata Martin Date: Tue, 27 Aug 2024 12:37:25 -0700 Subject: [PATCH] Add pointer to 2021 project shapefiles --- pages/research/forest-offsets-fires-2021.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/research/forest-offsets-fires-2021.js b/pages/research/forest-offsets-fires-2021.js index 6facae8..1a2d6d0 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-forest-offsets.s3.us-west-1.amazonaws.com/web/tiles/archive/2021/projects/{z}/{x}/{y}.pbf`, fires: `https://storage.googleapis.com/carbonplan-research/offset-fires/tiles/fires/fires/{z}/{x}/{y}.pbf`, }