Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Swap latitude and longitude in GPX output #224

Merged
merged 2 commits into from
Mar 29, 2024
Merged

Conversation

jigpu
Copy link
Contributor

@jigpu jigpu commented Mar 29, 2024

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.

jigpu and others added 2 commits March 28, 2024 21:50
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.
Signed-off-by: Guillaume W. Bres <[email protected]>
@gwbres
Copy link
Collaborator

gwbres commented Mar 29, 2024

@jigpu Thank you for your contribution !

@gwbres gwbres merged commit c8b44c9 into georust:main Mar 29, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants