Skip to content

Commit

Permalink
Merge pull request #1100 from rodekruis/fix.eth-dynamic-layers
Browse files Browse the repository at this point in the history
fix: allow hotspot/ipc layer names AB#13954
  • Loading branch information
jannisvisser authored May 27, 2022
2 parents afffc3e + ee9e9b9 commit fd6c414
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ export enum DynamicIndicator {
alertThreshold = 'alert_threshold',
potentialCases = 'potential_cases',
potentialThreshold = 'potential_cases_threshold',
ipcForecastShort = 'IPC_forecast_short',
ipcForecastLong = 'IPC_forecast_long',
hotspotGeneral = 'Hotspot_General',
hotspotWater = 'Hotspot_Water',
hotspotHealth = 'Hotspot_Health',
hotspotNutrition = 'Hotspot_Nutrition',
cattleExposed = 'cattle_exposed',
smallRuminantsExposed = 'small_ruminants_exposed',
windspeed = 'windspeed',
Expand Down

0 comments on commit fd6c414

Please sign in to comment.