forked from mapbox/togeojson
-
Notifications
You must be signed in to change notification settings - Fork 67
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Add parsing of GPX extensions speed, course, hAcc, vAcc (#18)
* Add parsing of GPX extensions speed, course, hAcc, vAcc Apple Watches track additional values that weren't being parsed these are: speed - speed in meters course - bearing hAcc - horizontal accuracy vAcc - vertical accuracy Add support for parsing and storing these values. * Suggestions from PR review
- Loading branch information
1 parent
29a035f
commit 99301bd
Showing
3 changed files
with
640 additions
and
61 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.