From 8eca722d21f5b04d0e28d6ca9acc4a77d8e4eca2 Mon Sep 17 00:00:00 2001 From: lewa <lene.wasskog@nibio.no> Date: Wed, 1 May 2024 22:14:53 +0200 Subject: [PATCH] chore: Update variable explanations v2 --- mapfile/template.j2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mapfile/template.j2 b/mapfile/template.j2 index 982697b..2b5f9ef 100644 --- a/mapfile/template.j2 +++ b/mapfile/template.j2 @@ -65,8 +65,8 @@ WEB </p> <h3>Explanation of parameters</h3> <ul> - <li>Warning status = Yellow signifies temperatures below 12 degrees Celcius and low migration risk. Migrations begins at 12 degrees Celsius (orange), and large numbers migrate above 15 degrees Celsius (red).</li> - <li><span itemprop='temperature'>Maximum air temperature</span> = Daily maximum air temperatures are visualized using a color gradient. Areas with temperatures below 12°C are shaded in blue, indicating cooler weather. As temperatures increase, the color shifts gradually to red, with a full red shade marking areas above 22°C. </li> + <li>Warning status = Yellow signifies temperatures below 12°C and low migration risk. Migrations begin at 12°C (orange), and large numbers migrate above 15 °C (red).</li> + <li><span itemprop='temperature'>Maximum air temperature</span> = Areas with daily maximum air temperatures below 12°C are shaded in blue, indicating cooler weather. As temperatures increase, the color shifts gradually to red, with a full red shade marking areas above 22°C. </li> </ul> </div> " -- GitLab