Fix overlapping marker spiderfier path and CDN

Use the correct entry point from package.json (dist/oms.js) instead
of oms.min.js, and switch back to unpkg with the verified working
path to resolve content corruption issues.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Graham McIntire 2025-07-25 13:42:46 -05:00
parent 46ece7aa38
commit 410f6b8336
No known key found for this signature in database

View file

@ -47,7 +47,7 @@
</script>
<script src="https://unpkg.com/leaflet.markercluster@1.5.3/dist/leaflet.markercluster.js">
</script>
<script src="https://cdn.jsdelivr.net/npm/overlapping-marker-spiderfier-leaflet@0.2.7/oms.min.js">
<script src="https://unpkg.com/overlapping-marker-spiderfier-leaflet@0.2.7/dist/oms.js">
</script>
<!-- Chart.js -->