<div dir="ltr">
<div class="gmail-s-prose gmail-js-post-body">
<p>We are using OSRM to calculate map matched itinerary of trucks, and until now it worked smothly.</p>
<p>But the restrictions on some roads in OSM are starting to create problems for our solution :</p>
<ul><li>the pedestrian zones are used by truck for deliveries (center of cities for exemple)</li><li>some truck use track in rural area</li><li>some street are considered private (with exceptional permit)
and OSRM don't allow truck to use those way-id.</li></ul>
<p>We've got GPS points every 30 secondes, and we see the
vehicles using thoses way-id, but they are not allowed by car.lua, and the resulting map matching is falsely correcting the itinerary. <br></p><p><br></p>
<p>We tried to change the content of access_tag_blacklist and
access_tag_whitelist in car.lua (adding private in white list, or
commenting it in black list), and we tried to add track as a possible
road type, but the script stop during the selection of usable way-id,
and we are not sure to understand how to modifie the file.</p>
<p>Is there a documentation somewhere ?
Or does someone have solved the same issue ?</p>
<p>Thanks in advance,</p>
<p>Al</p>
</div>
</div>