Ticket #40 (closed enhancement: fixed)
Updated Time and KML file export information
| Reported by: | sibion | Owned by: | saua |
|---|---|---|---|
| Priority: | minor | Milestone: | Future |
| Component: | MIDlet | Version: | 0.4.0 |
| Keywords: | Cc: |
Description
I noticed you have updated to version 4.0 with some of my changes. I have made some enhancements that make my previous enhancements function a bit nicer.
- Updated the way time is kept so that keys off of the timestamp in trackpoint. I was able to get so that even old tracks know will show total time similar to how you had it computing total distance.
- KML export includes total distance, total time, max speed, max/min elevation
- I have also changed the Course on the Status Tile to be a directional compass output (N, NE, E, SE, etc). On the BasicStatusTile? I have both the course degrees and the compass direction noted for those that want to know the exact course.
I believe all of these fixes will take old tracks and have the change visible because the export, total time and directional information all pull from existing information on
I have not downloaded 4.0 yet because I am happy with the 0324 that I have put together but will likely upgrade if you continue to incorporate my enhancements.
Attachments
Change History
Changed 4 years ago by sibion
-
attachment
bbtracker_0324.zip
added
comment:1 Changed 4 years ago by saua
- Status changed from new to assigned
Thanks, I really appreciate your input.
I've already done part 1 when I merged your initial version.
Could you consider using the SVN access to work against the current version, or at least against the latest released version (which isn't much different because I release quite often)?
This would make it easier for me to include your changes (especially if you could send a patch instead of a full copy of the directories) and would avoid duplicate work, such as point 1 in this report (although that wasn't much code).
I will try to incorporate your changes into the next version, which I plan to release in the next few days.
comment:2 Changed 4 years ago by saua
- Status changed from assigned to closed
- Resolution set to fixed
I've merged the KML export part (which fixed #23) and the Heading patch, thanks.
I've noticed that you also changed some things on your BaseStatusTile? (which is caled DetailsTile? in my code). Since I've modified your initial code quite a bit, when importing the patches in #38 and #39, it isn't quite straight-forward to merge your changes.
I'd appreciate if you could follow the SVN-version of bbTracker for future patches.
bbtracker directory source