How Achieve Geocoder onRequest enabled having addreses on excel report

Juankaher2 years ago

Hi Anton,
I already searched the forum without success on this topic.
Is it possible to have the Geocoder On Request enable but having the excel ROUTE report filled in the Address column ?
This is my traccar.xml (portion of it)

<entry key='geocoder.onRequest'>true</entry>
<entry key='geocoder.ignorePositions'>true</entry>
<entry key='geocoder.reuseDistance'>50</entry>
<entry key='geocoder.cacheSize'>20000</entry>

Is something missing?

Thanks,
JCH

Anton Tananaev2 years ago

It's not possible. It will take too long to get all addresses at the time of request.

Juankaher2 years ago

Thanks Anton for your fast reply