address is null

jamel3 years ago

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

Anton Tananaev3 years ago

Have you enabled geocoding?

jamel3 years ago

how i can do that?

Anton Tananaev3 years ago

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

jamel3 years ago

I added the Nominatim configuration to the traccar but nothing change

Slawek3 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>
jamel3 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>
jamel3 years ago

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