address is null

jamel 5 years ago

hey
In my position the address attribute is always null
anyone can help?

Anton Tananaev 5 years ago

Have you enabled geocoding?

jamel 5 years ago

how i can do that?

Anton Tananaev 5 years ago

I would recommend reading documentation first before asking any more questions.

jamel 5 years ago

I added the Nominatim configuration to the traccar but nothing change

Slawek 5 years ago

try:
use your key

   <entry key='geocoder.enable'>true</entry>
   <entry key='geocoder.type'>nominatim</entry>
   <entry key='geocoder.url'>https://locationiq.org/v1/reverse.php</entry>
   <entry key='geocoder.key'>xxxxxxxxxxxxxx</entry>
jamel 5 years ago

hi,
still not working .
but i notice in my default.xml there are those lines

<entry key='geocoder.enable'>false</entry>
<entry key='geocoder.type'>google</entry>
jamel 5 years ago

hey,
it's working i fixed it it was a miss configuration