Or some info from Google Developers
https://developers.google.com/maps/documentation/roads/snap
I could not post more then two links in the topic above. Btw i read some old topics here about it, but not really found a project.
Hello, I had never heard of it and I haven't used it either, it would be good to look at the documentation as soon as possible
Actually in the past it was already implemented in a fork of traccar support for the new version of the OSRM API (v5) used for the “Snap-to-roads” functionality.
I will deepen my view on this matter. Thanks
Have any colleagues managed to implement OSRM in Traccar and achieve a significant improvement in reporting?
I'm looking forward to your answers on this subject. Since the devices can sometimes be positioned in this way, they also have the ability to load according to angle, but deviations may occur in this way.
I am using a clean installation of Traccar Server v6.8 on Ubuntu. I am trying to use the 'Show Route' feature in the reports to display the route on the road, instead of a straight line between points.
I have enabled the geocoder with geocoder.type = nominatim and I have set <entry key='web.lilius'>true</entry>
in my config file.
When I generate a report and enable the 'Show Route' option, I can see the checkbox, but it does not draw the calculated route on the map (the "blue line"). The log files show no errors.
The main documentation for the config file does not list the old routing.* parameters anymore.
What is the official, documented way to configure a routing provider (like GraphHopper or OSRM) to make the 'Show Route' feature work in the latest versions?
Thank you.
The web.lilius
does not exist. You should probably check the official documentation first.
I checked the documentation and there is no SnapToRoad functionality, but i read on other Topics that this is somehow achievable
Has anyone been working on or implemented Snap to Roads in traccar server ?
The idear seems interesting if it can be used for showing a "better" route in traccar.
I found some links, might be interesting to run your own server for it.
https://github.com/Project-OSRM
https://github.com/valhalla/valhalla
Anyone has idears about it or some tutorials if you have used it with traccar server ?