Skip to content

Commit 1d23395

Browse files
committed
Updated the leaflet-velocity connection to danwild.
1 parent c91b4ff commit 1d23395

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<link rel="stylesheet" href="https://unpkg.com/leaflet@1.9.4/dist/leaflet.css" />
1010
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/leaflet.fullscreen/2.4.0/Control.FullScreen.css" />
1111

12-
<!-- Leaflet Velocity CSS -->
12+
<!-- Leaflet Velocity CSS - Using the more reliable danwild version -->
1313
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/danwild/leaflet-velocity@master/dist/leaflet-velocity.css" />
1414

1515
<style>
@@ -290,7 +290,7 @@ <h1>🌤️ eBird Weather Maps</h1>
290290
<script src="https://cdnjs.cloudflare.com/ajax/libs/leaflet.fullscreen/2.4.0/Control.FullScreen.min.js"></script>
291291
<script src="https://cdnjs.cloudflare.com/ajax/libs/d3/7.8.5/d3.min.js"></script>
292292

293-
<!-- Leaflet Velocity JS -->
293+
<!-- Leaflet Velocity JS - Using danwild version which is more stable -->
294294
<script src="https://cdn.jsdelivr.net/gh/danwild/leaflet-velocity@master/dist/leaflet-velocity.js"></script>
295295

296296
<script>

0 commit comments

Comments
 (0)