diff --git a/PIL/ExifTags.py b/PIL/ExifTags.py index b033aad35..090be4bb9 100644 --- a/PIL/ExifTags.py +++ b/PIL/ExifTags.py @@ -124,7 +124,7 @@ TAGS = { } ## -# Maps EXIF GSP tags to tag names. +# Maps EXIF GPS tags to tag names. GPSTAGS = { 0: "GPSVersionID", @@ -153,5 +153,10 @@ GPSTAGS = { 23: "GPSDestBearingRef", 24: "GPSDestBearing", 25: "GPSDestDistanceRef", - 26: "GPSDestDistance" -} + 26: "GPSDestDistance", + 27: "GPSProcessingMethod", + 28: "GPSAreaInformation", + 29: "GPSDateStamp", + 30: "GPSDifferential", + 31: "GPSHPositioningError", +} \ No newline at end of file