From 9110a29ae22f711b5769e6d84b831bdb11973b50 Mon Sep 17 00:00:00 2001 From: Nick Stokoe Date: Mon, 24 Jul 2023 19:56:04 +0100 Subject: [PATCH] config/config.json - use new Thunderforest API key See https://github.com/DigitalCommons/mykomap/issues/214 --- config/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/config.json b/config/config.json index 7524438..26e272e 100644 --- a/config/config.json +++ b/config/config.json @@ -11,7 +11,7 @@ "showDatasetsPanel" : false, "showDirectoryPanel" : false, "htmlTitle" : "Mutual Aid", - "tileUrl" : "https:/\/tile.thunderforest.com/atlas/{z}/{x}/{y}.png?apikey=3d5b23b8fe9c4a2a94a3df16f02f125a", + "tileUrl" : "https:/\/tile.thunderforest.com/atlas/{z}/{x}/{y}.png?apikey=bb1cf9a95944474da77e513385d19680", "mapAttribution" : "Maps © Thunderforest & © OpenStreetMap contributors | Other data CC-BY-SA | Powered by Geoapify", "defaultLatLng": ["50.84999", "4.39434" ] }