Reverse Geocode Question

03397a year ago

I have the following configuration and I want the reverse geocode to be done automatically and the address to be shown without needing to clock show address. I have the following but it does not work. Any thoughts?

<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'>xxxxxxxxxxxxxxxxxxxx</entry>
<entry key='geocoder.onRequest'>false</entry>
<entry key='geocoder.ignorePositions'>false</entry>
<entry key='logger.enable'>true</entry>
<entry key='logger.level'>info</entry>
<entry key='logger.file'>./logs/tracker-server.log</entry>
<entry key='logger.rotate'>true</entry>
<entry key='event.enable'>false</entry>
<entry key='server.timeout'>180</entry>
Anton Tananaeva year ago

Looks correct to me. Have you checked the log file for warnings?

03397a year ago

Yes. I cannot find any warnings or anything related.

Anton Tananaeva year ago

Are positions marked valid?