Skip to content

Commit

Permalink
src/index.ts - use new Thunderforest API key
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick Stokoe committed Nov 12, 2023
1 parent d632d4d commit 9c785b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 &copy; <a href='http:/\/www.thunderforest.com'>Thunderforest</a> & &copy; <a href='http:/\/www.openstreetmap.org/copyright'>OpenStreetMap contributors</a> | Other data <a href='http:/\/creativecommons.org/licenses/by-sa/2.0/'>CC-BY-SA</a> | Powered by <a href='https:/\/www.geoapify.com/'>Geoapify</a>",
defaultLatLng: [50.84999, 4.39434]
};
Expand Down

0 comments on commit 9c785b8

Please sign in to comment.