0.2.1 • Published 5 years ago

leaflet-heat-es v0.2.1

Weekly downloads
14
License
MIT
Repository
github
Last release
5 years ago

leaflet-heat-es

A modular heatmap plugin for Leaflet. Modified from leaflet.heat

Quick Start

import { heatLayer } from 'leaflet-heat-es';

const map = #leaflet map instance#;

const points = [
  [50.5, 30.5, 0.2], // lat, lng, intensity
  [50.6, 30.4, 0.5],
  ...
];

const heat = heatLayer(points);
heat.addTo(map);

Demo

0.2.1

5 years ago

0.2.0

5 years ago

0.1.0

5 years ago