In the config file traccar.xml I added these rules, then rebooted the server:
<entry key='filter.invalid'>true</entry>
<entry key='filter.zero'>true</entry>
These settings are done so I can get a good total distance.
However, when I generate a report, still there are uploaded GPS lines shown that they are not valid and have latitude/longitude 0,0.
Any ideas how to fix this, or what did i do wrong?
You also have to set "filter.enable" to "true".
Yeah! Many thanks Anton, that did the trick!
In the config file traccar.xml I added these rules, then rebooted the server:
<entry key='filter.invalid'>true</entry>
<entry key='filter.zero'>true</entry>
These settings are done so I can get a good total distance.
However, when I generate a report, still there are uploaded GPS lines shown that they are not valid and have latitude/longitude 0,0.
Any ideas how to fix this, or what did i do wrong?