-
Notifications
You must be signed in to change notification settings - Fork 211
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #886 from grasdk/bug/gpstime_off_by_1_min
GPS time off by 1 minute error fix
- Loading branch information
Showing
10 changed files
with
104 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file added
BIN
+18.2 KB
test/backend/assets/timestamps/big_ben_no_tsoffset_but_gps_utc_off_by_1min.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
25 changes: 25 additions & 0 deletions
25
test/backend/assets/timestamps/big_ben_no_tsoffset_but_gps_utc_off_by_1min.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
{ | ||
"size": { | ||
"width": 200, | ||
"height": 300 | ||
}, | ||
"creationDate": 1686141955000, | ||
"creationDateOffset": "+01:00", | ||
"fileSize": 18663, | ||
"cameraData": { | ||
"model": "Canon EOS R5", | ||
"make": "Canon" | ||
}, | ||
"positionData": { | ||
"GPSData": { | ||
"longitude": -0.124575, | ||
"latitude": 51.500694 | ||
}, | ||
"country": "Storbritannien", | ||
"state": "England", | ||
"city": "St James's" | ||
}, | ||
"keywords": [ | ||
"Big Ben" | ||
] | ||
} |
Binary file added
BIN
+18.2 KB
...end/assets/timestamps/big_ben_no_tsoffset_but_gps_utc_off_by_1min_no_xmpgps.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
25 changes: 25 additions & 0 deletions
25
test/backend/assets/timestamps/big_ben_no_tsoffset_but_gps_utc_off_by_1min_no_xmpgps.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
{ | ||
"size": { | ||
"width": 200, | ||
"height": 300 | ||
}, | ||
"creationDate": 1686141955000, | ||
"creationDateOffset": "+01:00", | ||
"fileSize": 18601, | ||
"cameraData": { | ||
"model": "Canon EOS R5", | ||
"make": "Canon" | ||
}, | ||
"positionData": { | ||
"GPSData": { | ||
"longitude": -0.124575, | ||
"latitude": 51.500694 | ||
}, | ||
"country": "Storbritannien", | ||
"state": "England", | ||
"city": "St James's" | ||
}, | ||
"keywords": [ | ||
"Big Ben" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters