A custom layer for heatmaps in react-leaflet. Latest version: 4.0.3, last published: 2 years ago. Start using @vgrid/react-leaflet-heatmap-layer in your project by running `npm i @vgrid/react-leaflet-heatmap-layer`. There are no other projects in the npm
importReactfrom'react';import{render}from'react-dom';import{Map,Marker,Popup,TileLayer}from'react-leaflet';importHeatmapLayerFactoryfrom'../src/HeatmapLayer';import{addressPoints}from'./realworld.10000.js';constHeatmapLayer=HeatmapLayerFactory<[number,number,number]>()classMapExampleextendsReact.Comp...