use https

Thu, 13 Sep 2018 21:34:49 +0300

author
Teemu Piippo <teemu@hecknology.net>
date
Thu, 13 Sep 2018 21:34:49 +0300
changeset 115
9452b9ac69e6
parent 114
b736478416d4
child 116
5b6652cd4954

use https

templates/trip.html file | annotate | diff | comparison | revisions
--- a/templates/trip.html	Thu Sep 13 21:32:30 2018 +0300
+++ b/templates/trip.html	Thu Sep 13 21:34:49 2018 +0300
@@ -138,7 +138,7 @@
     popupAnchor: [-3, -76],
 });
 L.tileLayer(
-	'http://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png',
+	'https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png',
 	//'http://tiles.kartat.kapsi.fi/taustakartta/{z}/{x}/{y}.jpg',
 	{
 		attribution: 'Map data &copy; <a href="https://www.openstreetmap.org/">OpenStreetMap</a> contributors',

mercurial