Today I made a couple changes to how the time stamp tool works when uploading more than one file:
#1 Sequential Time Stamps
Previously, if you uploaded multiple files to the time stamp tool, they would all get assigned the exact same start time as shown below:
Notice how all the files start at the exact same time. It occurred to me that this probably isn't very useful to people who are uploading multiple files at the same time; I assume that if you're time stamping more than one file, you probably want them to be linked up sequentially. Therefore, I changed the way the tool works so that each successive track picks up where the previous one left off as shown below:
Please let me know if this does not work for you, but I think that everyone will appreciate this change.
#2 File Sorting by upload Name
In order for the Sequential Time Stamp tool to work, I also changed how files are ordered when you upload them. Previously, no sorting of files was applied. This means that if you uploaded the files, they might be timestamped irregularly. Now, with the new sorting by name, you can assign sequential naming to your files so you can control the order in which they are linked. The sorting is alpha-numeric... so files will be sorted in the following order:
Code: Select all
1.gpx
2.gpx
3.gpx
4.gpx
Code: Select all
A.tcx
B.tcx
C.tcx
D.tcx
Code: Select all
09_25_2022_CCSF_Day_1_of_4.gpx
09_26_2022_CCSF_Day_2_of_4.gpx
09_27_2022_CCSF_Day_3_of_4.gpx
09_28_2022_CCSF_Day_4_of_4.gpx
Hope these new features help you guys out!!