From 2c6a9d4b06eecfb4b03af541d42a8179fb8aa68b Mon Sep 17 00:00:00 2001 From: Evan Moscoso Date: Fri, 6 Oct 2023 10:15:05 -0400 Subject: [PATCH] Update api key for maps --- components/geo_map.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/geo_map.html b/components/geo_map.html index 66548af5..3f16a910 100644 --- a/components/geo_map.html +++ b/components/geo_map.html @@ -391,7 +391,7 @@ var layers = { - basemap: L.tileLayer('https://tiles.stadiamaps.com/tiles/alidade_smooth/{z}/{x}/{y}{r}.png', { + basemap: L.tileLayer('https://tiles.stadiamaps.com/tiles/alidade_smooth/{z}/{x}/{y}{r}.png?api_key=2b8d7c40-8b32-4487-9af9-b66888a2e882', { maxZoom: 20, attribution: '© Stadia Maps, © OpenMapTiles © OpenStreetMap contributors' }),