Skip to content

Commit

Permalink
Merge pull request #4923 from wri/feat/plantations-FLAG-1106
Browse files Browse the repository at this point in the history
[FLAG-1106] Priority 6: Add Plantations as a filter to the 'Forest Type' dropdown of tree cover loss in [area] widget
  • Loading branch information
willian-viana authored Jan 30, 2025
2 parents 80e7096 + d44d200 commit a8aef20
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions components/widgets/forest-change/tree-loss-global/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ export default {
title: 'Global Annual Tree cover loss',
alerts: [
{
text:
'The methods behind this data have changed over time. Be cautious comparing old and new data, especially before/after 2015. [Read more here](https://www.globalforestwatch.org/blog/data-and-research/tree-cover-loss-satellite-data-trend-analysis/).',
text: 'The methods behind this data have changed over time. Be cautious comparing old and new data, especially before/after 2015. [Read more here](https://www.globalforestwatch.org/blog/data-and-research/tree-cover-loss-satellite-data-trend-analysis/).',
visible: ['global', 'country', 'geostore', 'aoi', 'wdpa', 'use'],
},
],
Expand All @@ -25,7 +24,7 @@ export default {
{
key: 'forestType',
label: 'Forest Type',
whitelist: ['ifl', 'primary_forest'],
whitelist: ['ifl', 'primary_forest', 'plantations'],
type: 'select',
placeholder: 'All tree cover',
clearable: true,
Expand Down
2 changes: 1 addition & 1 deletion components/widgets/forest-change/tree-loss/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ export default {
{
key: 'forestType',
label: 'Forest Type',
whitelist: ['ifl', 'mangroves_2016'],
whitelist: ['ifl', 'mangroves_2016', 'plantations'],
type: 'select',
placeholder: 'All tree cover',
clearable: true,
Expand Down

0 comments on commit a8aef20

Please sign in to comment.