I don't see this being used on demo.traccar.org yet, or am i wrong? Address is just displayed as Lat/Lon values.
How can we test the official deployment?
Based on my experience with traccar reverse geocoding the major issue is with generating reports:
- If Nominatim is used, all coordinates in Reports are being decoded but due to the rate restrictions, the report generation takes a lot of time (or worst case, it times out).
- If other service like LocationIQ is being used, coordinates are being decoded successfully without delayed report generation, however if you hit any rate limits, the relevant coordinates are not decoded, so you end up with inconsistent data in Address column.
It will be interesting to see how the 15, 20, 50 requests / second impact report generation with the official deployment.
sure, i will try it out. at what interval do you plan to update the index files in your deployment?
Working on automating it. Ideally every week or so.
I don't see this being used on demo.traccar.org yet, or am i wrong? Address is just displayed as Lat/Lon values.
How can we test the official deployment?
Based on my experience with traccar reverse geocoding the major issue is with generating reports:
It will be interesting to see how the 15, 20, 50 requests / second impact report generation with the official deployment.