Skip to content

Commit

Permalink
Merge pull request #3439 from Vizzuality/feature/new-loss-2017
Browse files Browse the repository at this point in the history
Update loss layer to have 2017 data
  • Loading branch information
edbrett committed Jun 14, 2018
2 parents 7dec5dd + e708009 commit ff1d94f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/assets/javascripts/map/views/layers/LossLayer.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ define([
options: {
threshold: 30,
dataMaxZoom: 12,
urlTemplate: 'https://storage.googleapis.com/wri-public/Hansen_16/tiles/hansen_world/v1/tc{threshold}{/z}{/x}{/y}.png',
currentDate: ['2001-01-01','2017-01-01']
urlTemplate: 'https://storage.googleapis.com/wri-public/Hansen17/tiles/hansen_world/v1/tc{threshold}{/z}{/x}{/y}.png',
currentDate: ['2001-01-01','2018-01-01']
},

init: function(layer, options, map) {
Expand Down

0 comments on commit ff1d94f

Please sign in to comment.