Leaflet / Leaflet.heat

A tiny, simple and fast heatmap plugin for Leaflet.
http://leaflet.github.io/Leaflet.heat/demo
BSD 2-Clause "Simplified" License
1.55k stars 525 forks source link

does leaflet.heat support Vue.js2? #88

Closed zhuyinjing closed 7 years ago

zhuyinjing commented 7 years ago

hi, i use import "leaflet.heat" in my project , and i use var arrheatmap=[[0,0,1]]; var heat = L.heatLayer(arrheatmap, { radius: 20 }).addTo(this.map); it doesn't work,and it doesn't show error. what's wrong ?

zhuyinjing commented 7 years ago

i use Vue.js in my project.

angel-langdon commented 4 years ago

hey, did you solve it? i want to use this library in react, how can i? Note: I don't want to use the react-leaflet-heatmap library, i want to use Leaflet.heat