We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48c95eb commit 265ce13Copy full SHA for 265ce13
cmd/strelaypoolsrv/gui/index.html
@@ -237,7 +237,7 @@ <h1>Relay Pool Data</h1>
237
uptimeSeconds: 0,
238
};
239
$scope.map = L.map('map').setView([40.90296, 1.90925], 2);
240
- L.tileLayer('https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png',
+ L.tileLayer('https://tile.openstreetmap.org/{z}/{x}/{y}.png',
241
{
242
attribution: 'Leaflet',
243
maxZoom: 17
0 commit comments