Now traccar accepts the filter.accuracy format in meters
<entry key='filter.accuracy'>23</entry>
Would like to try it with decimals like.
<entry key='filter.accuracy'>23.5</entry>
Which source code file and how the code would need to be edited to make filter accuracy work with decimals ?
You have to change the config key and then the filter handler itself.
Now traccar accepts the filter.accuracy format in meters
<entry key='filter.accuracy'>23</entry>
Would like to try it with decimals like.
<entry key='filter.accuracy'>23.5</entry>
Which source code file and how the code would need to be edited to make filter accuracy work with decimals ?