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

Fix GPS latitude longitude extraction if timezone offset is set in EXIF data #42

Merged
merged 2 commits into from
Jan 9, 2019

Conversation

draity
Copy link

@draity draity commented Jan 9, 2019

Hi,

after updating from exifttool-vendored.js 6.3.0 to the latest version 7.5.0 I encountered files missing the GPS latitude and longitude information.
I found this is caused by existing timezone offset information in the EXIF data of these files.

I added a test for this case which fails on the current master.
The fix just changes the call location of extractLatLon so it is called always, not only if there is no timezone information.

@mceachen
Copy link
Member

mceachen commented Jan 9, 2019

Thanks! Perfect PR ⭐

@mceachen mceachen merged commit 0711553 into photostructure:master Jan 9, 2019
@mceachen
Copy link
Member

mceachen commented Jan 9, 2019

I'll release a new version tomorrow.

@draity
Copy link
Author

draity commented Jan 10, 2019

Thanks for the quick merge...and for this project in general, it's great!

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