How to save GPS location Addres to database ?

DoMiNiK5 months ago

I was using a MySQL connection and it worked on an older version of Traccar, but due to a performance issue I switched to the latest version of Traccar 6.2 with a PostgreSQL database. but the address field is "null", because of this, the number of requests to the geocoding server increases, because it has to load again. do you need to add something else to the config? this configuration worked on the old one

Config traccar.xml
Snímka obrazovky 2024-07-29 181824.png

and in export excel is no address

Snímka obrazovky 2024-07-29 182537.png

Anton Tananaev5 months ago

Set ignore positions configuration parameter to false.

DoMiNiK5 months ago

Thank you, you saved my life
Snímka obrazovky 2024-07-29 191609.png

nabil boumimimak5 months ago

How did you do it in config file?

DoMiNiK5 months ago

add "geocoder.ignorePositions"