Skip to content

Commit

Permalink
Issue #337: changed GFW alert colours
Browse files Browse the repository at this point in the history
  • Loading branch information
peacog committed Apr 17, 2024
1 parent 17eb6fe commit bff62ff
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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', {
Expand Down

0 comments on commit bff62ff

Please sign in to comment.