We changed the defaults:
https://github.com/traccar/traccar/blob/master/setup/default.xml#L18-L23
You can override those if you want in your main config file.
Can you help me give me the new configuration compared to the old one please?
<entry key='geocoder.enable'>true</entry>
<entry key='geocoder.type'>ban</entry>
?
Those haven't changed.
Should I put as is?
<entry key='geocoder.url'>https://us1.locationiq.com/v1/reverse.php</entry>
<entry key='geocoder.key'>pk.689d849289c8c63708068b2ff1f63b2d</entry>
<entry key='geocoder.onRequest'>true</entry>
<entry key='geocoder.ignorePositions'>true</entry>
It no longer exists?
<entry key='geocoder.reuseDistance'>20</entry>
<entry key='geocoder.format'>%r, %p %t, %s, %c</entry>
Before you ask any more questions, we have not changed any configuration parameters. We only changed the default configuration.
Ok so my configuration must still be functional, right?
<entry key='geocoder.enable'>true</entry>
<entry key='geocoder.type'>ban</entry>
<entry key='geocoder.reuseDistance'>20</entry>
<entry key='geocoder.format'>%r, %p %t, %s, %c</entry>
Yes, but if you want to get address automatically you need to enable that option.
I still don't understand, it was OK with the old version.
Which option should I activate?
I would recommend you to read the documentation.
Can you just tell me where to activate this option please?
<entry key='geocoder.ignorePositions'>false</entry>
?
I have tried everything :(
Here is my config:
<entry key='geocoder.enable'>true</entry>
<entry key='geocoder.type'>ban</entry>
<entry key='geocoder.onRequest'>true</entry>
<entry key='geocoder.ignorePositions'>true</entry>
<entry key='geocoder.reuseDistance'>10</entry>
<entry key='geocoder.format'>%r, %p %t, %s, %c</entry>
Always have to click on show address to get the address :(
Someone can help me ?
I think you have to change this lines
<entry key='geocoder.onRequest'>false</entry>
<entry key='geocoder.ignorePositions'>false</entry>
Thank you all.
everything is ok now
Hello, with version 4.15 I had a geocoding update each time the location of the vehicle changed.
I notice with version 5 that on a 5KM journey I only have 3/4 address going up and the rest is always at 0.
Here is my XML:
Is there something I'm missing?
Thx