address is null

jamel5 years ago

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

Anton Tananaev5 years ago

Have you enabled geocoding?

jamel5 years ago

how i can do that?

Anton Tananaev5 years ago

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

jamel5 years ago

I added the Nominatim configuration to the traccar but nothing change

Slawek4 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>
jamel4 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>
jamel4 years ago

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