Skip to content
This repository has been archived by the owner on Mar 4, 2020. It is now read-only.

Commit

Permalink
Adds peat drainage indicators
Browse files Browse the repository at this point in the history
  • Loading branch information
simaob committed Nov 12, 2015
1 parent 92bfa50 commit 70c6192
Showing 1 changed file with 26 additions and 1 deletion.
27 changes: 26 additions & 1 deletion config/json/widgets.json
Original file line number Diff line number Diff line change
Expand Up @@ -797,6 +797,31 @@
},
{
"id": 8,
"name": "Emissions from peat drainage",
"default_thresh": "25",
"_text": "Each year, drainage of tropical peat for large industrial plantations in #{country} emit #{value} million tons of CO2.",
"tabs": [
{
"position": 1,
"name": "Transparent World/IPCC",
"subname": "(IPCC Tier 1)",
"type": "number",
"default": true
}
],
"indicators": [
{
"id": 45,
"name": "Emissions from peat drainage",
"type": "number",
"unit": "million tons CO2 per year",
"tab": 1,
"default": true
}
]
},
{
"id": 9,
"name": "Emerging hotspots",
"default_thresh": "25",
"indicators": [
Expand All @@ -809,7 +834,7 @@
]
},
{
"id": 9,
"id": 11,
"name": "Test widget",
"default_thresh": "25",
"default": false,
Expand Down

0 comments on commit 70c6192

Please sign in to comment.