Reverse geocoding

Turbovixa year 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 year ago

Change the value from "true" to "false"

<entry key='geocoder.onRequest'>false</entry>
Anton Tananaeva year 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 year 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 year ago

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

Turbovixa year ago

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

Anton Tananaeva year ago

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

Anton Tananaeva year ago

By the way, the new version is out.

Turbovixa year ago

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

Izani Rawia year ago

Tried ver 6.1 on docker.

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

Still need to click on Show Address.

Hmmm

Anton Tananaeva year ago

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

RB_NZ10 months ago

So was the bug in 6.0 that the geocoder.onRequest parameter was being ignored and all co-ords were being geocoded instead of only the ones being click on "show address"? We have just got an extremely large bill from Google that I have tracked to the period that we were running on 6.0 but its since stopped when we updated to 6.1

Anton Tananaev10 months ago

I think geocoder.ignorePositions was not respected.