cemrehancavdar / hyperleaflet

https://docs.hyperleaflet.dev/
MIT License
67 stars 3 forks source link

Refine event details in Hyperleaflet to include only essential attributes of Leaflet objects #10

Closed cemrehancavdar closed 1 year ago

cemrehancavdar commented 1 year ago

The map:zoom, map:move, etc. events currently provide Leaflet objects directly, which is not aligned with the simplicity that Hyperleaflet aims to provide. These objects should be replaced with simpler and easier to understand representations.

Edit: this has a exception which is LatLng object.