llun / mapheat

Create images for overlaying on the map

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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);

About

Create images for overlaying on the map


Languages

Language:JavaScript 100.0%