Skip to content

Commit

Permalink
feat: add UBR layers AB#14739
Browse files Browse the repository at this point in the history
  • Loading branch information
jannisvisser committed Aug 12, 2022
1 parent 0ef02d8 commit 311ff79
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ export enum DynamicIndicator {
droughtPhaseClassification = 'drought_phase_classification',
vegetationCondition = 'vegetation_condition',
livestockBodyCondition = 'livestock_body_condition',
exposedPopU5 = 'exposed_pop_u5',
exposedPop65 = 'exposed_pop_65',
}

export enum UpdateableStaticIndicator {
Expand Down
32 changes: 32 additions & 0 deletions services/API-service/src/scripts/json/indicator-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,38 @@
"order": 4,
"dynamic": false
},
{
"country_codes": "MWI",
"disasterTypes": ["floods"],
"name": "exposed_pop_u5",
"label": "Exposed population U5",
"icon": "Children-white.svg",
"weightedAvg": false,
"active": "no",
"colorBreaks": null,
"numberFormatMap": "decimal0",
"aggregateIndicator": "MWI",
"numberFormatAggregate": "decimal0",
"weightvar": null,
"order": 2,
"dynamic": true
},
{
"country_codes": "MWI",
"disasterTypes": ["floods"],
"name": "exposed_pop_65",
"label": "Exposed population 65+",
"icon": "Elderly-white.svg",
"weightedAvg": false,
"active": "no",
"colorBreaks": null,
"numberFormatMap": "decimal0",
"aggregateIndicator": "MWI",
"numberFormatAggregate": "decimal0",
"weightvar": null,
"order": 2,
"dynamic": true
},
{
"country_codes": "UGA",
"disasterTypes": ["floods"],
Expand Down

0 comments on commit 311ff79

Please sign in to comment.