Skip to content

Commit

Permalink
fixed http protocol due to an accidentally change
Browse files Browse the repository at this point in the history
  • Loading branch information
p3t3r67x0 committed Nov 6, 2024
1 parent 6125fc3 commit 5541d36
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -140,22 +140,22 @@ 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: '&copy; <a href="https://www.openstreetmap.org/copyright" target="_blank" rel="dc:rights">OpenStreetMap</a> 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,
attribution: '&copy; <a href="https://www.schleswig-holstein.de/DE/landesregierung/ministerien-behoerden/LFU" target="_blank" rel="dc:rights">LfU SH</a>/<a href="https://www.govdata.de/dl-de/by-2-0" target="_blank" rel="dc:rights">dl-de/by-2-0</a>'
}).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: '&copy; <a href="https://www.schleswig-holstein.de/DE/landesregierung/ministerien-behoerden/LVERMGEOSH" target="_blank" rel="dc:rights">GeoBasis-DE/LVermGeo SH</a>/<a href="https://creativecommons.org/licenses/by/4.0" target="_blank" rel="dc:rights">CC BY 4.0</a>'
Expand Down

0 comments on commit 5541d36

Please sign in to comment.