-
Notifications
You must be signed in to change notification settings - Fork 488
Closed
Labels
buggood-first-issueAn easy task suited to people new to the project and codeAn easy task suited to people new to the project and codehelp wanted
Description
These tags appear to be the wrong ones for this method:
metadata-extractor/Source/com/drew/metadata/exif/GpsDescriptor.java
Lines 154 to 158 in e1d8f0d
public String getGpsDestLongitudeDescription() | |
{ | |
Rational[] longitudes = _directory.getRationalArray(TAG_LONGITUDE); | |
String longitudeRef = _directory.getString(TAG_LONGITUDE_REF); | |
They should probably be TAG_DEST_LONGITUDE and TAG_DEST_LONGITUDE_REF, but I can't be 100% sure.
Metadata
Metadata
Assignees
Labels
buggood-first-issueAn easy task suited to people new to the project and codeAn easy task suited to people new to the project and codehelp wanted