From b441b82a1786aad4ed1b5255925a764d31deed2b Mon Sep 17 00:00:00 2001 From: Astra Date: Thu, 4 Jun 2026 08:03:37 +0100 Subject: [PATCH] Switch map tiles to Stadia Maps Alidade Smooth Dark --- static/index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/static/index.html b/static/index.html index 9adb716..a0f04e5 100644 --- a/static/index.html +++ b/static/index.html @@ -511,9 +511,9 @@ // ── Map ─────────────────────────────────────────────────────────────────────── const map = L.map('map', { zoomControl: true }).setView([20, 0], 2); - L.tileLayer('https://{s}.basemaps.cartocdn.com/dark_all/{z}/{x}/{y}{r}.png', { - attribution: '© OpenStreetMap © CARTO', - maxZoom: 19 + L.tileLayer('https://tiles.stadiamaps.com/tiles/alidade_smooth_dark/{z}/{x}/{y}{r}.png', { + attribution: '© Stadia Maps © OpenMapTiles © OpenStreetMap', + maxZoom: 20 }).addTo(map); let trackLayer = null, markerStart = null, markerEnd = null, pointsLayer = null;