Error in coordinates

Tracker2 months ago

Hello, I have a problem with some coordinates that the platform obtains from the device. When the device is uploaded for the first time, the platform shows the exact location, but after some time the device shows a wrong location with about 50m error. It has been checked and the device sends the correct location but the traccar service somehow does not obtain the correct coordinates.

Anton Tananaev2 months ago

Let's see the proof - logs.

Tracker2 months ago

Unfortunately I have a platform in which I have too many devices and it is impossible for me to track the devices with this problem. But now I check that there is a parameter enabled

<entry key="coordinates.filter">true</entry>
<entry key="coordinates.minError">50</entry>

Does this have any impact on obtaining the coordinates?

Anton Tananaev2 months ago

There are two ways to find out:

  1. Read the documentation
  2. Try disabling it and see if it works
Tracker2 months ago

Thank you very much Anton, by deactivating the parameters the location has been corrected.