ryangriggs / GoogleTimelineMapper

Map and Browse Google Timeline Semantic Location History data
Apache License 2.0
30 stars 2 forks source link

Sorting is broken #3

Open ryangriggs opened 4 months ago

ryangriggs commented 4 months ago

After update to 1.10, sorting of most columns in the location list no longer works.

MueJosh commented 4 months ago

I see, I'm on it.

MueJosh commented 4 months ago

The “problem” is that it kinda messes up the “connect sequentially” function. I’ve changed your intial sorting code and it works so far (it does some artistic stuff to the connected lines;) though it needs some touchups. I’ll push a commit in the next 48 hours (got some exams tomorrow/9 hours)

ryangriggs commented 4 months ago

Ordering of the waypoint list should not affect the sequential lines, since you're sorting the waypoint list a second time to generate the sequential connections, right?