tf-vue-leaflet-heatmap
Version:
vue2 leaflet heatmap
24 lines (16 loc) • 286 B
Markdown
# tf-vue-leaflet-heatmap
vue2 component for leaflet.heat
## Install
```
npm install tf-vue-leaflet-heatmap
```
## Usage
```
import LHeatmap from "tf-vue-leaflet-heatmap"
```
```
<l-heatmap :lat-lng="latlngs" :max="maxHeat" :radius="radius"/>
```
```
components: { LHeatmap }
```