Skip to content

Commit

Permalink
http -> https
Browse files Browse the repository at this point in the history
  • Loading branch information
ebrelsford committed May 24, 2024
1 parent d3af340 commit c4c929a
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 21 deletions.
8 changes: 4 additions & 4 deletions combined.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
<title>Leaflet.loading example&mdash;combined</title>

<!-- Include Leaflet -->
<link rel="stylesheet" href="http://cdn.leafletjs.com/leaflet-0.7.3/leaflet.css" />
<script src="http://cdn.leafletjs.com/leaflet-0.7.3/leaflet.js"></script>
<link rel="stylesheet" href="https://unpkg.com/leaflet@1.6.0/dist/leaflet.css" />
<script src="https://unpkg.com/leaflet@1.6.0/dist/leaflet.js"></script>

<!-- Include the fullscreen control -->
<script src='//rawgithub.com/brunob/leaflet.fullscreen/master/Control.FullScreen.js'></script>
Expand All @@ -31,8 +31,8 @@
<div id="map" style="position: absolute; top: 0; left: 0; width: 100%; height: 100%;"></div>

<script>
var openStreetMap = L.tileLayer('http://{s}.tile.osm.org/{z}/{x}/{y}.png', {
attribution: '&copy; <a href="http://osm.org/copyright">OpenStreetMap</a> contributors'
var openStreetMap = L.tileLayer('https://{s}.tile.osm.org/{z}/{x}/{y}.png', {
attribution: '&copy; <a href="https://osm.org/copyright">OpenStreetMap</a> contributors'
}),

map = new L.Map('map', {
Expand Down
8 changes: 4 additions & 4 deletions separate.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
<title>Leaflet.loading example&mdash;separate</title>

<!-- Include Leaflet -->
<link rel="stylesheet" href="http://cdn.leafletjs.com/leaflet-0.7.3/leaflet.css" />
<script src="http://cdn.leafletjs.com/leaflet-0.7.3/leaflet.js"></script>
<link rel="stylesheet" href="https://unpkg.com/leaflet@1.6.0/dist/leaflet.css" />
<script src="https://unpkg.com/leaflet@1.6.0/dist/leaflet.js"></script>

<!-- Include the loading control -->
<link rel="stylesheet" href="https://rawgithub.com/ebrelsford/Leaflet.loading/master/src/Control.Loading.css" />
Expand All @@ -16,8 +16,8 @@
<div id="map" style="position: absolute; top: 0; left: 0; width: 100%; height: 100%;"></div>

<script>
var openStreetMap = L.tileLayer('http://{s}.tile.osm.org/{z}/{x}/{y}.png', {
attribution: '&copy; <a href="http://osm.org/copyright">OpenStreetMap</a> contributors'
var openStreetMap = L.tileLayer('https://{s}.tile.osm.org/{z}/{x}/{y}.png', {
attribution: '&copy; <a href="https://osm.org/copyright">OpenStreetMap</a> contributors'
}),

map = new L.Map('map', {
Expand Down
8 changes: 4 additions & 4 deletions simple.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
<title>Leaflet.loading example&mdash;simple</title>

<!-- Include Leaflet -->
<link rel="stylesheet" href="http://cdn.leafletjs.com/leaflet-0.7.3/leaflet.css" />
<script src="http://cdn.leafletjs.com/leaflet-0.7.3/leaflet.js"></script>
<link rel="stylesheet" href="https://unpkg.com/leaflet@1.6.0/dist/leaflet.css" />
<script src="https://unpkg.com/leaflet@1.6.0/dist/leaflet.js"></script>

<!-- Include the loading control -->
<link rel="stylesheet" href="https://rawgithub.com/ebrelsford/Leaflet.loading/master/src/Control.Loading.css" />
Expand All @@ -16,8 +16,8 @@
<div id="map" style="position: absolute; top: 0; left: 0; width: 100%; height: 100%;"></div>

<script>
var openStreetMap = L.tileLayer('http://{s}.tile.osm.org/{z}/{x}/{y}.png', {
attribution: '&copy; <a href="http://osm.org/copyright">OpenStreetMap</a> contributors'
var openStreetMap = L.tileLayer('https://{s}.tile.osm.org/{z}/{x}/{y}.png', {
attribution: '&copy; <a href="https://osm.org/copyright">OpenStreetMap</a> contributors'
}),

map = new L.Map('map', {
Expand Down
8 changes: 4 additions & 4 deletions spinjs.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
<script src="//cdnjs.cloudflare.com/ajax/libs/spin.js/2.0.1/spin.min.js"></script>

<!-- Include Leaflet -->
<link rel="stylesheet" href="http://cdn.leafletjs.com/leaflet-0.7.3/leaflet.css" />
<script src="http://cdn.leafletjs.com/leaflet-0.7.3/leaflet.js"></script>
<link rel="stylesheet" href="https://unpkg.com/leaflet@1.6.0/dist/leaflet.css" />
<script src="https://unpkg.com/leaflet@1.6.0/dist/leaflet.js"></script>

<!-- Include the loading control -->
<link rel="stylesheet" href="https://rawgithub.com/ebrelsford/Leaflet.loading/master/src/Control.Loading.css" />
Expand All @@ -19,8 +19,8 @@
<div id="map" style="position: absolute; top: 0; left: 0; width: 100%; height: 100%;"></div>

<script>
var openStreetMap = L.tileLayer('http://{s}.tile.osm.org/{z}/{x}/{y}.png', {
attribution: '&copy; <a href="http://osm.org/copyright">OpenStreetMap</a> contributors'
var openStreetMap = L.tileLayer('https://{s}.tile.osm.org/{z}/{x}/{y}.png', {
attribution: '&copy; <a href="https://osm.org/copyright">OpenStreetMap</a> contributors'
}),

map = new L.Map('map', {
Expand Down
9 changes: 4 additions & 5 deletions topright.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,9 @@
<head>
<title>Leaflet.loading example&mdash;topright</title>


<!-- Include Leaflet -->
<link rel="stylesheet" href="http://cdn.leafletjs.com/leaflet-0.7.3/leaflet.css" />
<script src="http://cdn.leafletjs.com/leaflet-0.7.3/leaflet.js"></script>
<link rel="stylesheet" href="https://unpkg.com/leaflet@1.6.0/dist/leaflet.css" />
<script src="https://unpkg.com/leaflet@1.6.0/dist/leaflet.js"></script>

<!-- Include the loading control -->
<link rel="stylesheet" href="https://rawgithub.com/ebrelsford/Leaflet.loading/master/src/Control.Loading.css" />
Expand All @@ -17,8 +16,8 @@
<div id="map" style="position: absolute; top: 0; left: 0; width: 100%; height: 100%;"></div>

<script>
var openStreetMap = L.tileLayer('http://{s}.tile.osm.org/{z}/{x}/{y}.png', {
attribution: '&copy; <a href="http://osm.org/copyright">OpenStreetMap</a> contributors'
var openStreetMap = L.tileLayer('https://{s}.tile.osm.org/{z}/{x}/{y}.png', {
attribution: '&copy; <a href="https://osm.org/copyright">OpenStreetMap</a> contributors'
}),

map = new L.Map('map', {
Expand Down

0 comments on commit c4c929a

Please sign in to comment.