From 77b3af02a528999c34cdede405008e70795e65be Mon Sep 17 00:00:00 2001 From: danieldegroot2 <67521919+danieldegroot2@users.noreply.github.com> Date: Tue, 29 Mar 2022 10:49:25 +0200 Subject: [PATCH] Change attribution to HTTPS --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 9ac3366..0054ee0 100644 --- a/index.html +++ b/index.html @@ -100,7 +100,7 @@ L.tileLayer('https://{s}.basemaps.cartocdn.com/dark_all/{z}/{x}/{y}.png', { detectRetina: true, - attribution: '© OpenStreetMap contributors, © CartoDB' + attribution: '© OpenStreetMap contributors, © CartoDB' }).addTo(map); let bounds = map.getBounds();