mirror of
https://github.com/octoleo/syncthing.git
synced 2024-12-22 10:58:57 +00:00
cmd/strelaypoolsrv: Update map tile URL (#8985)
This commit is contained in:
parent
48c95eb41d
commit
265ce139c5
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user