aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbt90 <btom1990@googlemail.com>2023-07-16 17:20:40 +0200
committerGitHub <noreply@github.com>2023-07-16 17:20:40 +0200
commit265ce139c55706a1482ac3bcb6b6e7d2f22084fe (patch)
treec3f19942e652d5c3ae04b6d0bd0abcaadaca36e0
parent48c95eb41d7e393b585e488ec2b9cc82c6b8f467 (diff)
downloadsyncthing-265ce139c55706a1482ac3bcb6b6e7d2f22084fe.tar.gz
syncthing-265ce139c55706a1482ac3bcb6b6e7d2f22084fe.zip
cmd/strelaypoolsrv: Update map tile URL (#8985)
-rw-r--r--cmd/strelaypoolsrv/gui/index.html2
1 files changed, 1 insertions, 1 deletions
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