cmd/strelaypoolsrv: Update map tile URL (#8985)

This commit is contained in:
bt90
2023-07-16 17:20:40 +02:00
committed by GitHub
parent 48c95eb41d
commit 265ce139c5
+1 -1
View File
@@ -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