Reverse geocoding

Turbovix24 days 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>
Hamza24 days ago

Change the value from "true" to "false"

<entry key='geocoder.onRequest'>false</entry>
Anton Tananaev24 days 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.

Turbovix24 days 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 Tananaev24 days ago

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

Turbovix24 days ago

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

Anton Tananaev24 days ago

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

Anton Tananaev24 days ago

By the way, the new version is out.

Turbovix24 days ago

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

Izani Rawi20 days ago

Tried ver 6.1 on docker.

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

Still need to click on Show Address.

Hmmm

Anton Tananaev20 days ago

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