Skip to content

v1.2.1

Compare
Choose a tag to compare
@Gugustinette Gugustinette released this 10 Aug 10:08
· 25 commits to main since this release

v1.2.1

This release improves the useLMarkerCluster to help using legacy methods from Leaflet.

More info : https://leaflet.nuxtjs.org/guide/marker-cluster.html

✨ Changes

  • useLMarkerCluster now returns 2 objects
    • markers which is the array of Marker created during the creation of the cluster
    • markerCluster which is the MarkerCluster created
  • Markers passed to useLMarkerCluster now takes a popup option, considered an HTML string, that automatically binds a Popup to the corresponding marker

❤️ Contributors