Added the following stats to the reporter:
stats: {
successful_matches: {
count: 62, //count of successful matches being reported
length: 0.478 (in km)
},
match_errors: {
discontinuities: 1, //a count of the number of matches that include discontinuities
invalid_speeds: 0, //these are the speeds greater than the threashold
},
unreported_matches: {
count: 0, // count of prior segments on local level not being reported
length: 0 (in km)
},
unassociated_segments: 1 //non-internal non OSMLR segments
},
Added the following stats to the reporter: stats: { successful_matches: { count: 62, //count of successful matches being reported length: 0.478 (in km) }, match_errors: { discontinuities: 1, //a count of the number of matches that include discontinuities invalid_speeds: 0, //these are the speeds greater than the threashold }, unreported_matches: { count: 0, // count of prior segments on local level not being reported length: 0 (in km) }, unassociated_segments: 1 //non-internal non OSMLR segments },