You need it if you want to run geocoding for invalid locations.
Hello.
I use version 3.13 of Traccar, many locations do not show the address in the information tab.
Where should I implement this in my 3.13 default.xml or traccar.xml ?
Probably on default.xml
Hello Imukunzi,
Could you post your default.xml and tracar.xml?
I use the 3.13 version of traccar.
Thank you
I use 3.14
I haven't tested it yet but I think It should be near this lines on default.xml.
<entry key='geocoder.enable'>true</entry>
<entry key='geocoder.type'>google</entry>
regards
There is official documentation about configuration file that answers this question. Please next time read documentation before asking questions.
Dear traccar users,
I am using traccar 3.14 with mysql. The address is not saved in database. Does
<entry key='geocoder.processInvalidPositions'>true</entry>
needed on traccar 3.14 ?Thanks;