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

error loading my own points #7

Closed vlasvlasvlas closed 10 years ago

vlasvlasvlas commented 10 years ago

trying the 10.000 points example,

i got this error "Uncaught TypeError: Cannot read property '0' of undefined "

sample of my data:


var addressPoints = [ [-35.4185239604101, -60.1819977605355,"540"], [-35.4256691043552, -60.1671376727503,"711"] ..... ];

danzel commented 10 years ago

We're going to need more info than this. Please create a minimal jsfiddle.