From f789ee1aa3684a449235fb28fe8eeb0115ee9b46 Mon Sep 17 00:00:00 2001 From: Bernhard Krabina Date: Mon, 9 Aug 2021 14:35:48 +0200 Subject: [PATCH] Update definitions.json add basic GPS exif data --- data/definitions.json | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/data/definitions.json b/data/definitions.json index 8935584..a07d847 100644 --- a/data/definitions.json +++ b/data/definitions.json @@ -909,6 +909,24 @@ "type": "_txt", "alias": "sesp-exif-languagecode", "label": "Exif:Language code" - } + }, + "GPSLATITUDE": { + "id": "___EXIFGPSLATITUDE", + "type": "_txt", + "alias": "sesp-exif-gpslatitude", + "label": "Exif:GPSLatitude" + }, + "GPSLONGITUDE": { + "id": "___EXIFGPSLONGITUDE", + "type": "_txt", + "alias": "sesp-exif-gpslongitude", + "label": "Exif:GPSLongitude" + }, + "GPSALTITUDE": { + "id": "___EXIFGPSALTITUDE", + "type": "_txt", + "alias": "sesp-exif-gpsaltitude", + "label": "Exif:GPSAltitude" + } } }