From 641201a8568ae8e4c8f5e459fedc208770a2eb98 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=AD=C3=B0ir=20Valberg=20Gu=C3=B0mundsson?= Date: Fri, 3 Jun 2016 21:36:45 +0200 Subject: [PATCH] Fix #43 --- bornhack/templates/info.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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', }