Skip to content

Commit

Permalink
cmd/strelaypoolsrv: Update map tile URL (#8985)
Browse files Browse the repository at this point in the history
  • Loading branch information
bt90 committed Jul 16, 2023
1 parent 48c95eb commit 265ce13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/strelaypoolsrv/gui/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ <h1>Relay Pool Data</h1>
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
Expand Down

0 comments on commit 265ce13

Please sign in to comment.