You have removed this from config and restarted ?
<entry key='geocoder.onRequest'>true</entry>
Have you checked logs for errors?
@track-trace
i have not added this config yet.
@anton
no any errors in tracker-server.log
If no error and the configuration and no errors in the logs, it probably means that your geocoder returned empty address.
if geocoder returns empty address does traccar uses previous address?
<entry key='geocoder.reuseDistance'>2000</entry>
i have used this
this seems to be working fine for sometimes
but after sometimes the address seems to be same for all coordinates
okay got it thanks
last question:
read documentation about geocoder.format config
"Address format string. Default value is %h %r, %t, %s, %c. See AddressFormat for more info."
can you link me to what this format means?? any url will do
once again thanks..
Check the AddressFormat
class in the source code.
Is Nominatim in docker container?
Are you sure it’s working fine?
I’m using nominatim in vps docker with no problem. Check only restart policy of container….set it to always.
Massimo, send process to install nominatim server in linux docker. thank you in advance
jay, loook at mediagis/nominatim-docker on GitHub.
Pay attention on firewall rules to avoid everyone find publicly opened api.
You know docker override firewall exposing tcp port….Look at chaifeng/ufw-docker on GitHub.
@Massimo
It is easy to just restrict ip acces to just allow Traccar Server ip to acces nominatim server port.
But if you run your traccar server and your nominatim server on a local lan then it is not even needed. Since you only need to open a port to traccar server to have acces from the internet (while traccar server itself only connects to nominatim server through local lan).
@Track-trace
Both Traccar and Nominatim run on separated VPS. Nominatim run on docker container, so firewall if is a bit more complicated (dedicated docker chain and restricted access to 2 different Traccar VPS IP).
installed nominatim on vps
used traccar reverse coding server to that server
everything is working fine but the address doesnt update after sometime
what am i missing??