From b96b23957bf46a5927cfc249c0945e3839776ade Mon Sep 17 00:00:00 2001 From: Jakob Borg Date: Sun, 16 Jul 2023 17:36:05 +0200 Subject: [PATCH] cmd/ursrv: Update map tile URL --- cmd/ursrv/serve/static/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/ursrv/serve/static/index.html b/cmd/ursrv/serve/static/index.html index fce067490..995198333 100644 --- a/cmd/ursrv/serve/static/index.html +++ b/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 }