From 47fd86444fcb095d868911056e344a4fc06578b7 Mon Sep 17 00:00:00 2001 From: Tuomas Haapala Date: Thu, 29 Jun 2023 16:10:55 +0300 Subject: [PATCH] Fix municipality URL --- munigeo/importer/finland.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/munigeo/importer/finland.py b/munigeo/importer/finland.py index 0e0b2d4..d3941f3 100644 --- a/munigeo/importer/finland.py +++ b/munigeo/importer/finland.py @@ -26,7 +26,7 @@ # Disable threaded mode for now ThreadPoolExecutor = None -MUNI_DATA_URL = 'http://kartat.kapsi.fi/files/kuntajako/kuntajako_1000k/etrs89/gml/TietoaKuntajaosta_2016_1000k.zip' +MUNI_DATA_URL = 'https://makasiini.hel.ninja/TietoaKuntajaosta_2016_1000k.zip' @register_importer