Skip to content

Commit 52b80ba

Browse files
committed
update leaflet and leaflet-providers in index
1 parent 5207744 commit 52b80ba

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

index.html

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,11 @@
1111
<!-- jQuery-->
1212
<script src="https://cdn.jsdelivr.net/npm/jquery@3.5.1/dist/jquery.min.js"></script>
1313

14-
<!-- Leaflet (CSS and JS) -->
15-
<link rel="stylesheet" href="https://unpkg.com/leaflet@1.7.1/dist/leaflet.css"
16-
integrity="sha512-xodZBNTC5n17Xt2atTPuE1HxjVMSvLVW9ocqUKLsCC5CXdbqCmblAshOMAS6/keqq/sMZMZ19scR4PsZChSR7A=="
17-
crossorigin=""/>
18-
<script src="https://unpkg.com/leaflet@1.7.1/dist/leaflet.js"
19-
integrity="sha512-XQoYMqMTK8LvdxXYG3nZ448hOEQiglfqkJs1NOQV44cWnUrBc8PkAOcXy20w0vlaXaVUearIOBhiXZ5V3ynxwA=="
20-
crossorigin=""></script>
14+
<!-- Load Leaflet CSS and JS-->
15+
<link rel="stylesheet" href="https://unpkg.com/leaflet@1.9.4/dist/leaflet.css"
16+
integrity="sha256-p4NxAoJBhIIN+hmNHrzRCf9tD/miZyoHS5obTRR9BMY=" crossorigin="" />
17+
<script src="https://unpkg.com/leaflet@1.9.4/dist/leaflet.js"
18+
integrity="sha256-20nQCchB9co0qIjJZRGuk2/Z9VM+kNiyxNV1lvTlZBo=" crossorigin=""></script>
2119

2220
<!-- PapaParse -->
2321
<script src="https://cdn.jsdelivr.net/npm/papaparse@5.3.0/papaparse.min.js"></script>
@@ -27,7 +25,7 @@
2725
<script src="https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@5.15.1/js/fontawesome.min.js"></script>
2826

2927
<!-- leaflet-providers-->
30-
<script src="https://unpkg.com/leaflet-providers@1.10.2/leaflet-providers.js"></script>
28+
<script src="https://unpkg.com/leaflet-providers@2.0.0/leaflet-providers.js"></script>
3129

3230
<!-- Leaflet.awesome-markers v2.0.4, manually updated to svg to allow hex and material icons -->
3331
<link rel="stylesheet" type="text/css" href="scripts/Leaflet.awesome-markers/dist/leaflet.awesome-markers.css">

0 commit comments

Comments
 (0)