浏览代码

cmd/ursrv: Update map tile URL

Jakob Borg 2 年之前
父节点
当前提交
b96b23957b
共有 1 个文件被更改,包括 1 次插入1 次删除
  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
         }
         }