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

Can't enter longitude greater than 90° #304

Open
bpmackow opened this issue Apr 1, 2023 · 3 comments
Open

Can't enter longitude greater than 90° #304

bpmackow opened this issue Apr 1, 2023 · 3 comments
Labels
bug Something isn't working

Comments

@bpmackow
Copy link

bpmackow commented Apr 1, 2023

Version (please complete the following information):

  • OS: macOS
  • Version: 13.2.1 Ventura
  • Package: macos bundle with jre (version 2.0.2)

Describe the bug
I can't add a longitude degree value greater than 90 (that's literally half the planet) without converting to decimal degrees

To Reproduce

  1. Open some image
  2. Edit data > GPS > Deg-Min-Sec Format
  3. Enter a value greater than or equal to 90 (say, 111) in the longitude deg box
  4. Click "save to selected image(s)"
  5. Error message saying "degrees must be between 0 and <90"
  6. Image does not save
@hvdwolf hvdwolf added the bug Something isn't working label Apr 1, 2023
@hvdwolf
Copy link
Owner

hvdwolf commented Apr 1, 2023

There are even multiple bugs in that screen.
I will have a look at that.

@hvdwolf
Copy link
Owner

hvdwolf commented Apr 1, 2023

I corrected the error for empty fields in the source code, but I can't find the error with the longitude.
The longitude value is between 0 and 180 and checked for 0 to 180.

This might take a little longer to find.

@hvdwolf
Copy link
Owner

hvdwolf commented Apr 1, 2023

An oldie but a goldie from Dr. Who and the Daleks. :)

daleks-universe

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants