From 0b1389334efa95ac0acd6c135d8f900ce33e073c Mon Sep 17 00:00:00 2001 From: Lazlo Westerhof Date: Mon, 25 Sep 2023 15:23:02 +0200 Subject: [PATCH] Update OSM tile server. --- templates/landingpage.html.j2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/landingpage.html.j2 b/templates/landingpage.html.j2 index 01cc3ad06..ecd1f18dc 100644 --- a/templates/landingpage.html.j2 +++ b/templates/landingpage.html.j2 @@ -213,8 +213,8 @@ var mymap = L.map('map{{ loop.index }}').fitBounds(bounds, {'maxZoom': 5}); - L.tileLayer('https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png', { - attribution: '&copy OpenStreetMap contributors', + L.tileLayer('https://tile.openstreetmap.org/{z}/{x}/{y}.png', { + attribution: '© OpenStreetMap contributors', maxZoom: 18 }).addTo(mymap);