Skip to content

Commit

Permalink
upgrade demo to Leaflet v1.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mourner committed Apr 26, 2023
1 parent fda3ac1 commit cc7183a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions demo/index.html
Expand Up @@ -4,8 +4,8 @@
<meta charset="utf-8">
<title>Supercluster Leaflet demo</title>

<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/leaflet/1.0.3/leaflet.css" />
<script src="https://cdnjs.cloudflare.com/ajax/libs/leaflet/1.0.3/leaflet.js"></script>
<link rel="stylesheet" href="https://unpkg.com/leaflet@1.9.3/dist/leaflet.css" integrity="sha256-kLaT2GOSpHechhsozzB+flnD+zUyjE2LlfWPgU04xyI=" crossorigin="" />
<script src="https://unpkg.com/leaflet@1.9.3/dist/leaflet.js" integrity="sha256-WBkoXOwTeyKclOHuWtc+i2uENFpDZ9YPdf5Hf+D7ewM=" crossorigin=""></script>

<link rel="stylesheet" href="cluster.css" />

Expand Down

0 comments on commit cc7183a

Please sign in to comment.