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 166 forks source link

Adding Tracks Several Years Apart Fails #18

Open hallahan opened 10 years ago

hallahan commented 10 years ago

When adding recent tracks in 2014, the playback control does not work properly when there are older 2013 tracks.

The logic of how the slider deals with tracks that occur very far apart in time needs to be refined.

recallfx commented 10 years ago

Using generic slider, ticks should be calculated based on resolution (1 pixel = 1 tick) and tick length should be tickLength = totalDurationMS / sliderWidth;

Using something like timeslider, we could regenerate ticks for each zoom based on above method additionally generating a buffer while moving cursor.

rrak11 commented 7 years ago

Has this issue been addressed in the more recent builds? I've found that, even if the dates only go beyond a few weeks, the application crashes ...