mapheat
TypeScript icon, indicating that this package has built-in type declarations

1.1.7 • Public • Published

Mapheat

Create heatmap images for overlaying on the map

Usage

const mapheat = require('mapheat');
const instance = new mapheat();
instance.setBlur(3);
const blocks = {};
instance.addPoint({ longitude: 103.412, latitude: 12.5231 }, blocks);
instance.write('images/', blocks);

Dependencies (3)

Dev Dependencies (6)

Package Sidebar

Install

npm i mapheat

Weekly Downloads

1

Version

1.1.7

License

ISC

Unpacked Size

10.4 kB

Total Files

7

Last publish

Collaborators

  • llun