diff --git a/bornhack/templates/info.html b/bornhack/templates/info.html index 8bb51a97..44f3cdbb 100644 --- a/bornhack/templates/info.html +++ b/bornhack/templates/info.html @@ -236,7 +236,7 @@ var map = L.map('map', {center: [55.131520, 14.903000], zoom: 10}); L.tileLayer( - 'http://{s}.tile.osm.org/{z}/{x}/{y}.png', + 'https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png', { attribution: '© OpenStreetMap contributors', }