diff --git a/templates/index.html b/templates/index.html index eb69a06..911e839 100644 --- a/templates/index.html +++ b/templates/index.html @@ -6131,8 +6131,9 @@ aprsMap = L.map('aprsMap').setView([initialLat, initialLon], initialZoom); - L.tileLayer('https://{s}.basemaps.cartocdn.com/dark_all/{z}/{x}/{y}{r}.png', { - attribution: '© OpenStreetMap contributors © CARTO', + // OpenStreetMap with roads - better for APRS station tracking + L.tileLayer('https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png', { + attribution: '© OpenStreetMap contributors', maxZoom: 19 }).addTo(aprsMap);