Skip to content

Commit

Permalink
Merge pull request #226 from fupduck/fix-snapping-example
Browse files Browse the repository at this point in the history
Fix link to leaflet.geometryutil
  • Loading branch information
yohanboniface authored Jan 19, 2025
2 parents fbafefe + 4a5310e commit e4848c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/snapping.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<script src="https://npmcdn.com/[email protected]/dist/leaflet.js"></script>
<script src="https://npmcdn.com/leaflet.path.drag/src/Path.Drag.js"></script>
<script src="../src/Leaflet.Editable.js"></script>
<script src="https://makinacorpus.github.io/Leaflet.Snap/leaflet.geometryutil.js"></script>
<script src="https://makinacorpus.github.io/Leaflet.Snap/docs/leaflet.geometryutil.js"></script>
<script src="https://makinacorpus.github.io/Leaflet.Snap/leaflet.snap.js"></script>

<style type='text/css'>
Expand Down

0 comments on commit e4848c8

Please sign in to comment.