Updated EXIF tags to the 2.3 standard and fixed spelling error in comments.

This commit is contained in:
Tyler Garner 2013-02-11 22:35:55 -05:00
parent e09ff61b81
commit 3fd699dbeb

View File

@ -124,7 +124,7 @@ TAGS = {
} }
## ##
# Maps EXIF GSP tags to tag names. # Maps EXIF GPS tags to tag names.
GPSTAGS = { GPSTAGS = {
0: "GPSVersionID", 0: "GPSVersionID",
@ -153,5 +153,10 @@ GPSTAGS = {
23: "GPSDestBearingRef", 23: "GPSDestBearingRef",
24: "GPSDestBearing", 24: "GPSDestBearing",
25: "GPSDestDistanceRef", 25: "GPSDestDistanceRef",
26: "GPSDestDistance" 26: "GPSDestDistance",
} 27: "GPSProcessingMethod",
28: "GPSAreaInformation",
29: "GPSDateStamp",
30: "GPSDifferential",
31: "GPSHPositioningError",
}