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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -237,7 +237,7 @@
uptimeSeconds: 0, uptimeSeconds: 0,
}; };
$scope.map = L.map('map').setView([40.90296, 1.90925], 2); $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', attribution: 'Leaflet',
maxZoom: 17 maxZoom: 17