Ignore:
Timestamp:
2015-04-21T00:42:50+02:00 (11 years ago)
Author:
Don-vip
Message:

fix #11359 - update to metadata-extractor 2.8.1

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/com/drew/metadata/exif/GpsDirectory.java

    r8132 r8243  
    2525import com.drew.lang.annotations.NotNull;
    2626import com.drew.lang.annotations.Nullable;
    27 import com.drew.metadata.Directory;
    2827
    2928import java.util.HashMap;
     
    3433 * @author Drew Noakes https://drewnoakes.com
    3534 */
    36 public class GpsDirectory extends Directory
     35public class GpsDirectory extends ExifDirectoryBase
    3736{
    3837    /** GPS tag version GPSVersionID 0 0 BYTE 4 */
     
    102101    static
    103102    {
     103        addExifTagNames(_tagNameMap);
     104
    104105        _tagNameMap.put(TAG_VERSION_ID, "GPS Version ID");
    105106        _tagNameMap.put(TAG_LATITUDE_REF, "GPS Latitude Ref");
Note: See TracChangeset for help on using the changeset viewer.