From 5541d3642f09d7e1e80921f38ee6375f1de0d8d1 Mon Sep 17 00:00:00 2001 From: Aurelius Wendelken Date: Wed, 6 Nov 2024 22:15:09 +0100 Subject: [PATCH] fixed http protocol due to an accidentally change --- src/main.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/main.js b/src/main.js index fe4c9e8..9ce1e89 100644 --- a/src/main.js +++ b/src/main.js @@ -140,14 +140,14 @@ function handleWindowSize() { document.addEventListener('DOMContentLoaded', function () { - L.tileLayer('http://tiles.oklabflensburg.de/sgm/{z}/{x}/{y}.png', { + L.tileLayer('https://tiles.oklabflensburg.de/sgm/{z}/{x}/{y}.png', { maxZoom: 20, maxNativeZoom: 20, attribution: '© OpenStreetMap contributors' }).addTo(map) /* - L.tileLayer('http://tiles.oklabflensburg.de/nksh/{z}/{x}/{y}.png', { + L.tileLayer('https://tiles.oklabflensburg.de/nksh/{z}/{x}/{y}.png', { opacity: 0.4, maxZoom: 20, maxNativeZoom: 20, @@ -155,7 +155,7 @@ document.addEventListener('DOMContentLoaded', function () { }).addTo(map) */ - L.tileLayer('http://tiles.oklabflensburg.de/shalkislot/{z}/{x}/{y}.png', { + L.tileLayer('https://tiles.oklabflensburg.de/shalkislot/{z}/{x}/{y}.png', { maxZoom: 20, maxNativeZoom: 20, attribution: '© GeoBasis-DE/LVermGeo SH/CC BY 4.0'