diff --git a/config/settings/base.py b/config/settings/base.py index d7856e3b..8cbc7edb 100644 --- a/config/settings/base.py +++ b/config/settings/base.py @@ -287,7 +287,7 @@ def __getitem__(self, item): # noqa: D105, ANN001, ANN204 MAP_ENGINE_CENTER_AT_STARTUP = [14.2, 52.45] MAP_ENGINE_ZOOM_AT_STARTUP = 8 MAP_ENGINE_MIN_ZOOM = 8 -MAP_ENGINE_MAX_ZOOM = 14 +MAP_ENGINE_MAX_ZOOM = 16 MAP_ENGINE_MAX_BOUNDS = [[12.6, 51.8], [16.1, 53.1]] # distill @@ -295,7 +295,7 @@ def __getitem__(self, item): # noqa: D105, ANN001, ANN204 MAP_ENGINE_Y_AT_MIN_Z = 83 MAP_ENGINE_X_OFFSET = 1 # Defines how many tiles to the right are added at first level MAP_ENGINE_Y_OFFSET = 1 # Defines how many tiles to the bottom are added at first level -MAP_ENGINE_MAX_DISTILLED_ZOOM = 14 +MAP_ENGINE_MAX_DISTILLED_ZOOM = 16 DISTILL = env.bool("MAP_ENGINE_USE_DISTILLED_MVTS", False) MAP_ENGINE_IMAGES = [ 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, 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 @@