drewnoakes / metadata-extractor

Extracts Exif, IPTC, XMP, ICC and other metadata from image, video and audio files
Apache License 2.0
2.56k stars 480 forks source link

Incorrect getGpsDestLongitudeDescription tags #430

Closed kwhopper closed 4 years ago

kwhopper commented 5 years ago

These tags appear to be the wrong ones for this method:

https://github.com/drewnoakes/metadata-extractor/blob/e1d8f0dcf9ef3db1afa36247fca5df881cc2cd68/Source/com/drew/metadata/exif/GpsDescriptor.java#L154-L158

They should probably be TAG_DEST_LONGITUDE and TAG_DEST_LONGITUDE_REF, but I can't be 100% sure.

drewnoakes commented 5 years ago

I agree that does look like a bug 👍