From 9bdfec080566ed332f80c298ecef215051dc7f16 Mon Sep 17 00:00:00 2001 From: Hendrik Huyskens Date: Thu, 28 Nov 2024 14:14:59 +0100 Subject: [PATCH 1/3] Fix choropleth for energy_share_2045 --- digiplan/map/choropleths.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/digiplan/map/choropleths.py b/digiplan/map/choropleths.py index 64d15a2a..81c41c68 100644 --- a/digiplan/map/choropleths.py +++ b/digiplan/map/choropleths.py @@ -111,7 +111,7 @@ def get_fill_color(self, values: dict[int, float]) -> dict: # noqa: ARG002 return [ "interpolate", ["linear"], - ["feature-state", "energy_share_statusquo"], + ["feature-state", "energy_share_2045"], 0.0, "rgb(255, 255, 204)", 20.0, From 7bc18c9862a24853cb14b6eab04cdd73c9d5d3e0 Mon Sep 17 00:00:00 2001 From: nesnoj Date: Mon, 2 Dec 2024 16:15:17 +0100 Subject: [PATCH 2/3] Fix en translation --- digiplan/templates/components/panel_5_results.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/digiplan/templates/components/panel_5_results.html b/digiplan/templates/components/panel_5_results.html index 739248f5..072d61e0 100644 --- a/digiplan/templates/components/panel_5_results.html +++ b/digiplan/templates/components/panel_5_results.html @@ -31,7 +31,7 @@