hallahan / LeafletPlayback

This is a Leaflet plug-in that plays back points that have a time stamp synchronized to a clock.
http://leafletplayback.theoutpost.io
Other
482 stars 165 forks source link

Chrome hangs out when default epoch changes #67

Open onurtore opened 6 years ago

onurtore commented 6 years ago

Hello guys! So i have been trying to use Example1 with different epoch times,but i couldnt,when i use custom time,blank page loads,chrome slows down ( hangs out ) also no error appears on console.Its looks very weird.

below my custom "demo-track.js"

var trial_path= {
  "type": "Feature",
  "geometry": {
    "type": "MultiPoint",
    "coordinates": [
       [28.9795309, 41.015137 ],

       [36.33, 41.28667 ]]
  },
  "properties": {    
    "time": [1284404781000,1347563181000]
  }
}
var demoTracks = [trial_path];

edit : I opened in firefox and this dropped to console; "uncaught exception: out of memory"

Aycaa commented 9 months ago

Hello, I'm having the same problem. Did you find a solution?