From 3d7baed672ded886e9e469b236149b7e9a16eadf Mon Sep 17 00:00:00 2001 From: Johan Codinha Date: Mon, 21 Aug 2017 11:12:31 +1000 Subject: [PATCH] add gps tag for positioning error --- exif.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/exif.js b/exif.js index 296a338..9e1f92d 100644 --- a/exif.js +++ b/exif.js @@ -162,7 +162,9 @@ 0x001B : "GPSProcessingMethod", 0x001C : "GPSAreaInformation", 0x001D : "GPSDateStamp", - 0x001E : "GPSDifferential" + 0x001E : "GPSDifferential", + 0x001f : "GPSHPositioningError" + }; var StringValues = EXIF.StringValues = {