Reverse geocoding

Turbovixa month ago

Hi guys, I don't know if it has to do with this new update. 6.0, but I have the following problem: In the Popup that opens when clicking on a device, for some devices it is necessary to click on "show address" to view the address, while for other devices the address is automatically displayed. I want the address to be displayed only if I click on the item.

NOTE:. I don't have any other geocoder configuration in "default.xml"

I appreciate any help.

my configuration in traccar.xml is:

<entry key='geocoder.language'>pt-BR</entry>
<entry key='geocoder.onRequest'>true</entry>
<entry key='geocoder.ignorePositions'>true</entry>
<entry key='geocoder.reuseDistance'>100</entry>
<entry key='geocoder.cacheSize'>1000</entry>
<entry key='geocoder.enable'>true</entry>
<entry key='geocoder.type'>here</entry>
<entry key='geocoder.id'>ISBfnwYVhjlspClZDLR1</entry>
<entry key='geocoder.key'>lUPNXXXXXXXXXXXXX</entry>
<entry key='geocoder.format'>%r, %h, %d, %t, %s</entry>
Hamzaa month ago

Change the value from "true" to "false"

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

Hamza, this has nothing to do with the problem.

Turbovix, this looks like a bug in 6.0. We will likely have a new release shortly with a fix.

Turbovixa month ago

Okay, thanks for the feedback.

NOTE:. Sometimes I read certain posts from people, especially on github, who use this software, as if they paid for the software or support.

Show vehicle tracking software that is free of charge and still offers minimal support.
?

Anton Tananaeva month ago

Is there a typo? I don't think I get what you mean by the note.

Turbovixa month ago

No, there is no typo. I am expressing what I see.

Anton Tananaeva month ago

OK, but I'm still not sure I understand the point.

Anton Tananaeva month ago

By the way, the new version is out.

Turbovixa month ago

OK thanks. As for the previous subject, those who need to understand, already understand.
Thanks.

Izani Rawia month ago

Tried ver 6.1 on docker.

<entry key='geocoder.onRequest'>false</entry>

Still need to click on Show Address.

Hmmm

Anton Tananaeva month ago

This parameter has nothing to do with anything. I recommend reading the whole thread carefully. And then check the documentation.