Skip to content

Commit

Permalink
chore(fao): add deniedList to tree cover loss in natural forest
Browse files Browse the repository at this point in the history
  • Loading branch information
willian-viana committed Oct 31, 2023
1 parent 782acb7 commit 5b6d337
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ import {
TREE_PLANTATIONS,
} from 'data/layers';

import FAOCountries from 'utils/fao-countries';

import getWidgetProps from './selectors';

const MIN_YEAR = 2013;
Expand Down Expand Up @@ -73,6 +75,9 @@ export default {
indicators: ['plantations'],
checkStatus: true,
},
blacklists: {
adm0: FAOCountries,
},
settings: {
threshold: 30,
startYear: MIN_YEAR,
Expand Down

0 comments on commit 5b6d337

Please sign in to comment.