DescriptionA while back I was tinkering with a Map that displayed all recorded journeys on one map. Unfortunately most browsers couldn't handle displaying that many trackpoints in one go.
What may be more feasible, though, would be to extract all track start points and end points, normalise them a little (to account for small differences in lat/lon) and then display a flag to show each start point / destination.
Ideally, there should be a means to specify whether you want to show just start points, end points of both
Activity
2016-03-27 12:46:29
and the end points
The POC just pulls in the two resulting CSVs, and draws red markers for start points, and blue markers for end points.
It should actually be relatively easy to embed as a chart, the POC already contains the logic needed to generate the chart itself, so it's just tidying up the extraction and updating handlers (and documentation) to allow access to the new method.
2019-09-09 16:22:06
Realistically, this project's not going to see any further development (other than possibly some bug fixes for anything new that's found).
Closing any outstanding issues as Won't Fix
2019-09-09 16:22:06
2019-09-09 16:22:06