Traccar 3.16 Trips report - Distance showing negative

ssan6 years ago

Hi, I am using trakmate protocol. For one of the device trip is showing as negative distance. I tried to get the route for this device during that period of time and ovserved "totaldistance" attribute is getting decreased for every new packet. Attached trip(trip.xlsx) and route(route.xlsx) reports. In the route report, marked problematic rows in yellow color.

Note: Ignore odometer default value is been set to true in the code. Apart from that no other change in the server code. Please find the overwritten configuration file values.

 
    <entry key='filter.enable'>true</entry>
    <entry key='filter.invalid'>true</entry>
    <entry key='filter.zero'>true</entry>
    <entry key='filter.duplicate'>true</entry>
    <entry key='filter.distance'>10</entry> 
    <entry key='event.overspeed.notRepeat'>true</entry>
    <entry key='geocoder.reuseDistance'>100</entry>
    <entry key='geocoder.cacheSize'>20000</entry>
    <entry key='status.timeout'>3600</entry>

route
trip

Please let me know if database dump required?

Thanks
Santosh