Bump Periplum engine to v0.3.2 (fix marker scatter) + Built-with-Periplum badge#9
Conversation
There was a problem hiding this comment.
Pull request overview
Bumps the Periplum engine version used by the GitHub Pages map to pick up upstream fixes (notably the marker scatter fix), and adds a “Built with Periplum” badge to the repository README.
Changes:
- Update Periplum engine CDN reference from
v0.3.0tov0.3.2in the published site. - Add a “Built with Periplum” badge under the main README heading.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| README.md | Adds a Periplum badge to highlight the engine used by the project. |
| docs/index.html | Updates the Periplum CDN URL to v0.3.2 for the map runtime. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| <script src="https://unpkg.com/leaflet@1.9.4/dist/leaflet.js" | ||
| integrity="sha256-20nQCchB9co0qIjJZRGuk2/Z9VM+kNiyxNV1lvTlZBo=" crossorigin=""></script> | ||
| <script src="https://cdn.jsdelivr.net/gh/periplum/periplum-core@v0.3.0/dist/periplum.js"></script> | ||
| <script src="https://cdn.jsdelivr.net/gh/periplum/periplum-core@v0.3.2/dist/periplum.js"></script> |
|
Good catch — valid and consistent with the SRI-pinned Leaflet assets, and especially relevant since the engine is pinned by a (mutable) tag. Fixed: added |
Follow-up to #7 (which is already merged). Two commits didn't make it in because they were pushed after #7 merged:
No behavioural change beyond the engine bump.