Browse Source

cmd/strelaypoolsrv: Update map tile URL (#8985)

bt90 2 years ago
parent
commit
265ce139c5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      cmd/strelaypoolsrv/gui/index.html

+ 1 - 1
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