leaflet-heatmap-radius
v0.0.3
Published
A plugin for heatmap.js to add heatmaps to leaflet, with a fixed radius option (meters).
Downloads
20
Readme
leaflet-heatmap-radius
A plugin for heatmap.js to add heatmaps to leaflet, with a fixed radius option (meters).
This is an enhanced version of
leaflet-heatmap which provides an
additional radiusMeters
option, so you can have a heatmap with a concrete, known radius.
example
let heatmap = new HeatmapOverlay({
fixedRadius: true, // enable use of meters instead of pixels
radiusMeters: 100 // set the radius value in meters
});
License
MIT License (MIT)