<div dir="ltr"><div><div><div>Hello,<br><br></div>i have made changes in my Profile.lua and after this i run osrm-prepare.<br><br></div>Changes i made:<br><br></div>from<br><div><pre><code>speed_profile = {
["motorway"] = 90, <br><span style="font-family:arial,helvetica,sans-serif"><br>to</span><br><br></code><code>speed_profile = {
["motorway"] = 150,</code><br></pre></div><div>and<br><pre><code>local speed_reduction = 0.8<br></code></pre><pre><code><span style="font-family:arial,helvetica,sans-serif">to</span><br><br></code><code>local speed_reduction = 1</code><br>
</pre>but this doesnt effect the travel_time of routes.<br><br></div><div>I have test this with 100km on a german "Autobahn" (highway).<br><br></div><div>The Route: <a href="http://map.project-osrm.org/?hl=de&loc=51.426274,12.208471&loc=51.060073,13.337005&z=11">http://map.project-osrm.org/?hl=de&loc=51.426274,12.208471&loc=51.060073,13.337005&z=11</a><br>
<br></div><div>What make i wrong?<br></div></div>