Skip to content

Commit

Permalink
Update shapefiles pointer on live and 2021 fires
Browse files Browse the repository at this point in the history
  • Loading branch information
katamartin committed Aug 26, 2024
1 parent 1f5b77f commit 7181548
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pages/research/forest-offsets-fires-2021.js
Original file line number Diff line number Diff line change
Expand Up @@ -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`,
}

Expand Down
2 changes: 1 addition & 1 deletion pages/research/forest-offsets-fires.js
Original file line number Diff line number Diff line change
Expand Up @@ -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`,
}
Expand Down

0 comments on commit 7181548

Please sign in to comment.