diff --git a/templates/index.html b/templates/index.html index 7794c2b..b4fdd1e 100644 --- a/templates/index.html +++ b/templates/index.html @@ -218,11 +218,11 @@ // Add ThunderForest layers, if we have a key provided. if (chase_config.thunderforest_api_key !== 'none'){ // Thunderforest Outdoors layer. - var thunerforest_outdoors = L.tileLayer('https://tile.thunderforest.com/outdoors/{z}/{x}/{y}.png?apikey='+chase_config.thunderforest_api_key, + var thunderforest_outdoors = L.tileLayer('https://tile.thunderforest.com/outdoors/{z}/{x}/{y}.png?apikey='+chase_config.thunderforest_api_key, { - attribution: '© Thunderforest, Data © OpenStreetMap contributors OpenStreetMap contributors' + attribution: '© Thunderforest, Data © OpenStreetMap contributors' }).addTo(map); - map_layers['Outdoors (Terrain)'] = thunerforest_outdoors; + map_layers['Outdoors (Terrain)'] = thunderforest_outdoors; }