Skip to content

Commit

Permalink
updated to leaflet-providers@2.0.0; leaflet@1.9.4
Browse files Browse the repository at this point in the history
  • Loading branch information
JackDougherty committed Aug 30, 2023
1 parent 712bf65 commit 29d5781
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 652 deletions.
12 changes: 5 additions & 7 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,13 @@
<title>Leaflet Storymaps with Google Sheets Template</title>

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

<!-- Load Leaflet basemap providers -->
<script src="https://unpkg.com/leaflet-providers@1.10.2/leaflet-providers.js"></script>
<script src="https://unpkg.com/leaflet-providers@2.0.0/leaflet-providers.js"></script>

<!-- Load jQuery -->
<script src="https://cdn.jsdelivr.net/npm/jquery@3.5.1/dist/jquery.min.js"></script>
Expand Down
Loading

0 comments on commit 29d5781

Please sign in to comment.