geocoding

stefan 5 years ago

Hello guys,

I am new with traccar. I just configured the reverse geocoding. it is working fine when i click on show adres. But i want traccar to do this automatic.

These are my settings in traccar.xml

    <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'>MYTOKEN</entry>
    <entry key='geocoder.onRequest'>true</entry>
    <entry key='geocoder.ignorePositions'>false</entry>

What am i doing wrong. I geus to make it ondemand i have to set ignorepositions to false??

I tried both false and true but it is not working ondemand.

Anton Tananaev5 years ago

Remove last 2 lines from the config.

stefan 5 years ago

Thanks. it worked.