I've found this
https://www.traccar.org/forums/topic/how-can-the-address-always-appear-in-the-report-without-clicking-the-show-address-button/#post-115502
is this still valid in 6.x ?
<entry key='geocoder.enable'>true</entry>
<entry key='geocoder.type'>nominatim</entry>
<entry key='geocoder.url'>http://xx.xx.2.xx:8xx5/reverse</entry>
<entry key='geocoder.processInvalidPositions'>false</entry>
<entry key='geocoder.onRequest'>false</entry>
<entry key='geocoder.reuseDistance'>10</entry>
<entry key='geocoder.ignorePositions'>false</entry>
I am using postgresql and using locationiq currently (but thinking about to move to nominatim) havent tried using any of those yet, just trying to find some docs first
I've found this
https://www.traccar.org/forums/topic/how-can-the-address-always-appear-in-the-report-without-clicking-the-show-address-button/#post-115502
is this still valid in 6.x ?
<entry key='geocoder.enable'>true</entry> <entry key='geocoder.type'>nominatim</entry> <entry key='geocoder.url'>http://xx.xx.2.xx:8xx5/reverse</entry> <entry key='geocoder.processInvalidPositions'>false</entry> <entry key='geocoder.onRequest'>false</entry> <entry key='geocoder.reuseDistance'>10</entry> <entry key='geocoder.ignorePositions'>false</entry>
I am using postgresql and using locationiq currently (but thinking about to move to nominatim) havent tried using any of those yet, just trying to find some docs first