<div dir="ltr"><div>Hi all,</div><div>I'm new in here.</div><div><br></div><div>I'm trying to use the different lua profiles given by the project.</div><div>Before running the project I used the following commands inside the '/build' directory in order to build the engine itself:</div><div><ul><li>osrm-extract -p ../profiles/foot.lua bremen-latest.osm.pbf<br></li><li>osrm-contract bremen-latest.osrm<br></li><li>osrm-routed bremen-latest.osrm<br></li></ul></div><div>At first, I made two requests with the same starting point and destination as shown below.</div><div><div><ul><li><a href="http://router.project-osrm.org/route/v1/driving/13.388860,52.517037;13.397634,52.529407;13.428555,52.523219?overview=false">http://router.project-osrm.org/route/v1/driving/13.388860,52.517037;13.397634,52.529407;13.428555,52.523219?overview=false</a><br></li><li><a href="http://router.project-osrm.org/route/v1/foot/13.388860,52.517037;13.397634,52.529407;13.428555,52.523219?overview=false">http://router.project-osrm.org/route/v1/foot/13.388860,52.517037;13.397634,52.529407;13.428555,52.523219?overview=false</a><br></li></ul><div>However, the results given were exactly the same. Both JSON objects I received showed the same duration. I didn't change any profile yet. But I checked that there are different speeds. So there must be a difference at least in the route duration.</div><div><br></div><div>Subsequently, after trying all the possible profiles, I realised that even if I request using a random string value, the result will always be the same.</div></div><div><br></div></div><div>Even so, I tried to use the original project server in order to compare with the results given by the local server installed. The request URLs were:</div><div><ul><li><a href="http://router.project-osrm.org/route/v1/foot/13.388860,52.517037;13.397634,52.529407;13.428555,52.523219?overview=false">http://router.project-osrm.org/route/v1/foot/13.388860,52.517037;13.397634,52.529407;13.428555,52.523219?overview=false</a><br></li><li><a href="http://192.168.1.4:5000/route/v1/foot/13.388860,52.517037;13.397634,52.529407;13.428555,52.523219?overview=false">http://192.168.1.4:5000/route/v1/foot/13.388860,52.517037;13.397634,52.529407;13.428555,52.523219?overview=false</a></li></ul><div>In this case, both results were totally different. Even if I change the profile from 'foot' to 'driving', the result doesn't change. The result from the local server shows me 0 for both duration and distance. It also returns the string "{highway:cycleway}" as the name of all waypoints.</div></div><div><br></div><div>The requests were all made by the browser.<br></div><div>Am I missing something at the building procedure or during the requests?</div><div><br></div><div><div>-- <br></div><div class="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div style="text-align:left"><span style="color:rgb(51,51,51);font-family:monospace,monospace;font-size:small">Atenciosamente,</span><br></div><div style="text-align:left"><font size="2"><span style="font-family:monospace,monospace"><font color="#333333">Kind regards,<br><br></font></span></font></div><div style="text-align:left"><font size="2"><span style="font-family:monospace,monospace"><span style="color:rgb(51,51,51)">Pedro Luiz Cumino.</span></span></font></div></div></div></div></div></div></div></div></div>
</div></div>