Skip to content

liyuanqiu/leaflet-heat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Modular heatmap plugin for Leaflet

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published