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

Negative long readings #15

Open
SpinDoc96 opened this issue Jul 8, 2024 · 1 comment
Open

Negative long readings #15

SpinDoc96 opened this issue Jul 8, 2024 · 1 comment

Comments

@SpinDoc96
Copy link

I have a GPX file that uses negative longitudinal values for those west of the prime meridian. In matplotlib_plots there is the following line:

min_lat, min_lon = max(0, min_lat - offset), max(0, min_lon - offset)

that will force both the min and max longitudinal values to be zero if they are negative (and within offset of zero).

FABallemand added a commit that referenced this issue Jul 9, 2024
- Fix plot issues with negative latitudes or longitudes
- Add new test files

[ci skip]
@FABallemand
Copy link
Owner

Thanks for taking the time to report this bug.
It should be fixed with the next version of ezGPX.

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

No branches or pull requests

2 participants