hvdwolf / jExifToolGUI

jExifToolGUI is a multi-platform java/Swing graphical frontend for the excellent command-line ExifTool application by Phil Harvey
https://hvdwolf.github.io/jExifToolGUI/
GNU General Public License v3.0
453 stars 37 forks source link

Can't enter longitude greater than 90° #304

Open bpmackow opened 1 year ago

bpmackow commented 1 year ago

Version (please complete the following information):

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 commented 1 year ago

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

hvdwolf commented 1 year ago

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 commented 1 year ago

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

daleks-universe