Sfoglia il codice sorgente

cmd/ursrv: Update map tile URL

Jakob Borg 2 anni fa
parent
commit
b96b23957b
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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(
-        'https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png',{
+        'https://tile.openstreetmap.org/{z}/{x}/{y}.png',{
           attribution: '...',
           maxZoom: 18
         }