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:
parent
46ece7aa38
commit
410f6b8336
1 changed files with 1 additions and 1 deletions
|
|
@ -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 -->
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue