Skip to content

Commit

Permalink
Demo : Use leaflet from an HTTPS CDN
Browse files Browse the repository at this point in the history
  • Loading branch information
Bo-Duke committed Feb 16, 2022
1 parent 353671b commit 9c695b4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Leaflet.Snap

Enables snapping of draggable markers to polylines and other layers ! Now updated to work with Leaflet.Draw for Leaflet 1.0!

Check out the [demo](http://makinacorpus.github.io/Leaflet.Snap/) !
Check out the [demo](https://makinacorpus.github.io/Leaflet.Snap/) !


It depends on [Leaflet.GeometryUtil](https://github.com/makinacorpus/Leaflet.GeometryUtil).
Expand Down
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Leaflet.Snap

Enables snapping of draggable markers to polylines and other layers !

Check out the [demo](http://makinacorpus.github.com/Leaflet.Snap/) !
Check out the [demo](https://makinacorpus.github.com/Leaflet.Snap/) !


It depends on [Leaflet.GeometryUtil](https://github.com/makinacorpus/Leaflet.GeometryUtil).
Expand Down
6 changes: 3 additions & 3 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
<head>
<title>Leaflet.Snap</title>

<link rel="stylesheet" href="//cdn.leafletjs.com/leaflet-0.7/leaflet.css" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/leaflet/0.7.7/leaflet.css" />
<link rel="stylesheet" href="./leaflet.draw.css" />

<script src="//cdn.leafletjs.com/leaflet-0.7/leaflet.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/leaflet/0.7.7/leaflet.js"></script>
<script src="./leaflet.draw.js"></script>
<script src="./leaflet.geometryutil.js"></script>

Expand Down Expand Up @@ -187,4 +187,4 @@
</script>
</body>

</html>
</html>

0 comments on commit 9c695b4

Please sign in to comment.