Changeset 35218 in osm
- Timestamp:
- 2019-11-02T15:44:52+01:00 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/NanoLog/src/nanolog/Correlator.java
r35217 r35218 95 95 try { 96 96 long curWpTime = DateUtils.fromString(curWpTimeStr).getTime() + offset; 97 /*ret +=*/ matchPoints(sortedEntries, prevWp, prevWpTime, curWp, curWpTime , offset);97 /*ret +=*/ matchPoints(sortedEntries, prevWp, prevWpTime, curWp, curWpTime); 98 98 99 99 prevWp = curWp; … … 116 116 117 117 private static int matchPoints(List<NanoLogEntry> entries, WayPoint prevWp, long prevWpTime, 118 WayPoint curWp, long curWpTime , long offset) {118 WayPoint curWp, long curWpTime) { 119 119 // Time between the track point and the previous one, 5 sec if first point, i.e. photos take 120 120 // 5 sec before the first track point can be assumed to be take at the starting position
Note:
See TracChangeset
for help on using the changeset viewer.