Explorar o código

cmd/ursrv: Update map tile URL

Jakob Borg %!s(int64=2) %!d(string=hai) anos
pai
achega
b96b23957b
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      cmd/ursrv/serve/static/index.html

+ 1 - 1
cmd/ursrv/serve/static/index.html

@@ -197,7 +197,7 @@ found in the LICENSE file.
       };
       };
 
 
       var baseLayer = L.tileLayer(
       var baseLayer = L.tileLayer(
-        'https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png',{
+        'https://tile.openstreetmap.org/{z}/{x}/{y}.png',{
           attribution: '...',
           attribution: '...',
           maxZoom: 18
           maxZoom: 18
         }
         }