Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 286 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 286 Bytes

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 }