Opened 8 years ago
Closed 8 years ago
#15701 closed enhancement (fixed)
[PATCH] CorrelateGpxWithImages: Test newGpsData, speed, elevation, gpsTime set by matchGpxTrack()
| Reported by: | holgermappt | Owned by: | team |
|---|---|---|---|
| Priority: | minor | Milestone: | 17.12 |
| Component: | Core image mapping | Version: | latest |
| Keywords: | Cc: |
Description
This relates to comment:5:ticket:15506. The patch adds tests for the four fields that are not checked in CorrelateGpxWithImagesTest so far:
- isNewGpsData
- speed
- elevation
- gpsTime
The test revealed that ImageEntry.hasNewGpsData() doesn't consider tmp, so it now tests for tmp to be in line with methods like getPos(), getSpeed(), and getGpsTime().
Two <speed/> tags were added to the GPX track to check the speed handling (speed is always calculated and not taken from the GPX).
Attachments (1)
Change History (3)
by , 8 years ago
| Attachment: | CorrelateGpxWithImages_newSpeedEle.patch added |
|---|
comment:1 by , 8 years ago
| Milestone: | → 17.12 |
|---|



Patch file.