From 7eaece18672d3ffeace681e548c4457b521be73f Mon Sep 17 00:00:00 2001 From: Mladen Gibanica <11275336+mgcth@users.noreply.github.com> Date: Sun, 5 May 2024 11:56:37 +0200 Subject: [PATCH] 291 municipalities, should be 290 --- scripts/choropleth.py | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/choropleth.py b/scripts/choropleth.py index a04abb5..a658ad2 100644 --- a/scripts/choropleth.py +++ b/scripts/choropleth.py @@ -24,6 +24,7 @@ geometry.MultiLineString( sjograns.geometry.to_list() + riksgrans.geometry.to_list() + + lansgrans.geometry.to_list() + kommungrans.geometry.to_list() ) )