hyperleaflet
hyperleaflet copied to clipboard
Add support for second positional argument to `L.polygon` via the `data-options` attribute. ## Summary by CodeRabbit - **New Features** - Enhanced handling of geometry data attributes and options in mapping...
Early design to add `imageOverlay` with the intention to easily extend this technique to all other `L.*` constructors. Work in progress at the moment. ## Summary by CodeRabbit - **New...
What are next? First of all it's important to note that not all changes are guaranteed. - [x] Splitting the Add Remove detection from the core will be a top...
The Events section in the documentation would be more helpful if it had real-world examples and sample usage with Alpine.js and _hyperscript. This would help users understand how to use...
## Summary by CodeRabbit - **Refactor** - Updated code style and module export preferences to align with best practices. - **Documentation** - Updated README and documentation files to reflect changes...
I'm facing an issue while making multiple calls to an endpoint triggered by `map:moveend` events using HTMX. If I move the map around quickly multiple times and the triggered endpoint...
First of all thanks for the amazing work on this library, looks really promising! I noticed an error popping up when: 1. Navigate to a page that contains the map...
Hyperleaflet library constantly waits for the #map element in the DOM. If the #map element exists, it initializes the library. If the #map element is removed, the library stops and...