Error in coordinates

Trackera year 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 Tananaeva year ago

Let's see the proof - logs.

Trackera year 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 Tananaeva year ago

There are two ways to find out:

  1. Read the documentation
  2. Try disabling it and see if it works
Trackera year ago

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