0.0.3 • Published 6 years ago

leaflet-heatmap-radius v0.0.3

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

leaflet-heatmap-radius NPM version NPM Downloads

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)

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago

0.0.0

6 years ago