diff --git a/src/index.ts b/src/index.ts index b2044f3..56b3d6c 100644 --- a/src/index.ts +++ b/src/index.ts @@ -58,7 +58,7 @@ const config: ConfigData = { showDatasetsPanel : true, showDirectoryPanel : true, 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] };