Address not saved in database

imukunzi6 years ago

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;

Anton Tananaev6 years ago

You need it if you want to run geocoding for invalid locations.

VipTecnologias6 years ago

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 ?

imukunzi6 years ago

Probably on default.xml

VipTecnologias6 years ago

Hello Imukunzi,

Could you post your default.xml and tracar.xml?

I use the 3.13 version of traccar.

Thank you

imukunzi6 years ago

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

Anton Tananaev6 years ago

There is official documentation about configuration file that answers this question. Please next time read documentation before asking questions.