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);