Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Swap latitude and longitude in GPX output (#224)
* Swap latitude and longitude in GPX output The geo_point::Point is initalized with an (X, Y) coordinate, which it interprets as (longitude, latitude). We currently intialize the point in the wrong order which results in incorrect GPX output. * Run linter --------- Co-authored-by: Guillaume W. Bres <[email protected]>
- Loading branch information