Skip to content

Commit

Permalink
Update deforestation-alerts layer
Browse files Browse the repository at this point in the history
Change the tiles URL as new data wasn't coming in.
  • Loading branch information
clementprdhomme committed Jul 31, 2024
1 parent 2fe135d commit da34840
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/map/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -2864,7 +2864,7 @@ export const DATA_LAYERS = {
type: 'raster',
source: {
tiles: [
'https://tiles.globalforestwatch.org/gfw_integrated_alerts/v20231002/default/{z}/{x}/{y}.png',
'https://tiles.globalforestwatch.org/gfw_integrated_alerts/latest/default/{z}/{x}/{y}.png',
],
minzoom: 2,
maxzoom: 14,
Expand Down

0 comments on commit da34840

Please sign in to comment.