From bff12ac50144438fce98aed320f85055f9720b93 Mon Sep 17 00:00:00 2001 From: Heidi Date: Sat, 16 May 2026 08:32:25 +0100 Subject: [PATCH] update osm --- src/App.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/App.jsx b/src/App.jsx index 2514212..4c85e93 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -2644,8 +2644,8 @@ function LocationSignalMap({ countries, locations }) { zoom: 1, }) - L.tileLayer('https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png', { - attribution: '© OpenStreetMap contributors', + L.tileLayer('https://{s}.basemaps.cartocdn.com/light_all/{z}/{x}/{y}{r}.png', { + attribution: '© OpenStreetMap contributors © CARTO', maxZoom: 8, }).addTo(map)