jariarkko / psgeo

Activity location library
BSD 3-Clause "New" or "Revised" License
3 stars 1 forks source link

Track recording should record separate tracks each time (and not use all points for one polyline) #360

Closed ralfstrandell closed 1 year ago

ralfstrandell commented 1 year ago

We have an objectstore with track id's and dates and an objectstore with position records. It thus becomes easy to iterate over separate tracks (of a certain day) and then to get route points for each track. Plotting not yet reimplemented.

ralfstrandell commented 1 year ago

Works. Keeps same day's tracks visible.