From bff62ff5b5f2e223a0b087a563a31766cf0ec95c Mon Sep 17 00:00:00 2001 From: miriam Date: Wed, 17 Apr 2024 14:17:19 +0200 Subject: [PATCH] Issue #337: changed GFW alert colours --- .../farm_nfa/js/farmOS.map.behaviors.farm_nfa_gfw_layers.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/modules/custom/farm_nfa/js/farmOS.map.behaviors.farm_nfa_gfw_layers.js b/web/modules/custom/farm_nfa/js/farmOS.map.behaviors.farm_nfa_gfw_layers.js index a2c06ec..14e1f01 100644 --- a/web/modules/custom/farm_nfa/js/farmOS.map.behaviors.farm_nfa_gfw_layers.js +++ b/web/modules/custom/farm_nfa/js/farmOS.map.behaviors.farm_nfa_gfw_layers.js @@ -161,8 +161,8 @@ async function farmNfaPlotGfwApiMap(instance, mapType, gfwApiUrl, dateRange, geo } }); const alertDetails = { - "fire": { title: "Fire Alerts", color: "red" }, - "deforestation": { title: "Deforestation Alerts", color: "green" } + "fire": { title: "Fire Alerts", color: "orange" }, + "deforestation": { title: "Deforestation Alerts", color: "red" } }; instance.addLayer('geojson', {