Filter accuracy with decimal value

Track-trace22 years ago

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 ?

Anton Tananaev2 years ago

You have to change the config key and then the filter handler itself.