@nuxtjs/leaflet
Advanced tools
Changelog
v1.2.2
This release replaces L.popup()
with L.DomUtil.create()
when creating the popup inside useLMarkerCluster
Changelog
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
useLMarkerCluster
now returns 2 objects
markers
which is the array of Marker created during the creation of the clustermarkerCluster
which is the MarkerCluster createduseLMarkerCluster
now takes a popup
option, considered an HTML string, that automatically binds a Popup to the corresponding markerChangelog
v1.2.0
This release add support fort the Leaflet.heat plugin, through an auto-imported composable useLHeat
.
More info : https://leaflet.nuxtjs.org/guide/heat.html
useLHeat
composable was added to support Leaflet.heat
useMarkerCluster
was renamed to useLMarkerCluster
to fit the standardsChangelog
v1.1.0
This release add support fort the Leaflet.markercluster plugin, through an auto-imported composable useMarkerCluster
.
More info : https://leaflet.nuxtjs.org/guide/marker-cluster.html
Changelog
v1.0.14
This release is a migration from the old nuxt3-leaflet
module to the new @nuxtjs/leaflet
module.
It includes the same features as version 1.0.13
of the old module, but also enable compatibility with Nuxt 4.
Consider that this is the new module's first stable release, as previous versions are not available on npm through the @nuxtjs
namespace.