Ignore long distance

marvinstuart4 years ago

Would it be possible to have traccar ignore large distance jump in reports . I notice sometimes a device will lose GPS location, when this happens it will default to west coast of Africa. Once the GPS location is reestablished it moves to the correct location however it shows it travelled 8000km . Under normal operation this would be impossible for a device to travel 8000km in within 5 mins, so if traccar could ignore this distance move due to GPS location being lost and then reestablishing it self would fix the issues.

Anton Tananaev4 years ago

You can use filtering to filter out invalid data.

marvinstuart4 years ago

Awesome do you have a link to the documentation for filtering

Example to add to traccar.xml

<entry key='filter.distance'>500</entry>( greater than 500km)