Show address all the time without click the show address button

sakis3 years ago

Hi i enabled the reverse geocoding and when i click the button show address i get the response.

there is a way without clicking this and always show the address?
this is my conf

<entry key='geocoder.enable'>true</entry>
<entry key='geocoder.type'>nominatim</entry>
<entry key='geocoder.url'>https://eu1.locationiq.com/v1/reverse.php</entry>
<entry key='geocoder.key'>API</entry>
<entry key='geocoder.reuseDistance'>10</entry>

<entry key='geocoder.onRequest'>true</entry>
BerndFfm3 years ago

You will send a lot of requests when you show the address with every update.

You will need a Business Plus from LocationIQ.

Greetings Bernd

sakis3 years ago

Yeah i know, i want to know how to activate it

Anton Tananaev3 years ago

Remove geocoder.onRequest.

kena year ago

Hi i am using my own server nominatim below is the config, i need to stay clicking on show address every time can i fix this please

<entry key='geocoder.enable'>true</entry>
<entry key='geocoder.type'>nominatim</entry>
<entry key='geocoder.url'>http://xxx.xxx.xxx.xxx/nominatim/reverse</entry>
Anton Tananaeva year ago

Have you read the documentation? What have you tried so far?

kena year ago

I added the below to the config but still i need to click show address

<entry key='geocoder.onRequest'>false</entry>
<entry key='geocoder.ignorePositions'>false</entry>
Anton Tananaeva year ago

Looks correct. Are you checking the new data? Any errors in the log? Also check the validity flag.

kena year ago

No errors in nominatim server or traccar. Strage thing that after a few records it came automatically. It might had to update a few records before it show addres automatically.

Thanks Anton