UNPKG

tf-vue-leaflet-heatmap

Version:
24 lines (16 loc) 286 B
# 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 } ```