Skip to content

Commit

Permalink
switch openseamap to https
Browse files Browse the repository at this point in the history
  • Loading branch information
derGraph committed Aug 22, 2024
1 parent b79c405 commit b56945d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib/Leaflet.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
var osmLayer = L.tileLayer('https://tile.openstreetmap.org/{z}/{x}/{y}.png', {
maxZoom: 19,
attribution: '&copy; <a href="http://www.openstreetmap.org/copyright">OpenStreetMap</a>',
attribution: '&copy; <a href="https://www.openstreetmap.org/copyright">OpenStreetMap</a>',
className: 'osm-layer'
});
var seamarkLayer = L.tileLayer('http://t1.openseamap.org/seamark/{z}/{x}/{y}.png', {
var seamarkLayer = L.tileLayer('https://t1.openseamap.org/seamark/{z}/{x}/{y}.png', {
maxZoom: 19,
attribution: '&copy; <a href="https://www.openseamap.org/">OpenSeaMap</a>'
});
Expand Down

0 comments on commit b56945d

Please sign in to comment.