diff --git a/src/components/map/globe-map.js b/src/components/map/globe-map.js index fcfb31a2..15d2edde 100644 --- a/src/components/map/globe-map.js +++ b/src/components/map/globe-map.js @@ -51,8 +51,10 @@ export function GlobeMap({ useEffect(() => { const fetchData = async () => { try { + // We need to update this variable each time we have a new version of the mapbox map style published + const mapStyleVersion = "6914ry1z9mxpu0srgeii55c8s" const response = await fetch( - `https://api.mapbox.com/styles/v1/${mapStyleID}/48lhibiqllsww17zqo5nw6pga/sprite@2x.json?access_token=${MAPBOX_TOKEN}`, + `https://api.mapbox.com/styles/v1/${mapStyleID}/${mapStyleVersion}/sprite@2x.json?access_token=${MAPBOX_TOKEN}`, { method: "GET", headers: {