From 265ce139c55706a1482ac3bcb6b6e7d2f22084fe Mon Sep 17 00:00:00 2001 From: bt90 Date: Sun, 16 Jul 2023 17:20:40 +0200 Subject: [PATCH] cmd/strelaypoolsrv: Update map tile URL (#8985) --- cmd/strelaypoolsrv/gui/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/strelaypoolsrv/gui/index.html b/cmd/strelaypoolsrv/gui/index.html index c2e28c148..24ccf68f4 100644 --- a/cmd/strelaypoolsrv/gui/index.html +++ b/cmd/strelaypoolsrv/gui/index.html @@ -237,7 +237,7 @@ uptimeSeconds: 0, }; $scope.map = L.map('map').setView([40.90296, 1.90925], 2); - L.tileLayer('https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png', + L.tileLayer('https://tile.openstreetmap.org/{z}/{x}/{y}.png', { attribution: 'Leaflet', maxZoom: 17