<div dir="ltr">Hi Daniel,<br><div class="gmail_extra"><br><div class="gmail_quote">2018-03-26 19:48 GMT+02:00 Daniel Patterson <span dir="ltr"><<a href="mailto:daniel@mapbox.com" target="_blank">daniel@mapbox.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Hi François,<div><br></div><div>  Yes, oneways onto your custom road network sound like exactly the kind of thing that the small component algorithm (<a href="https://en.wikipedia.org/wiki/Tarjan%27s_strongly_connected_components_algorithm" target="_blank">https://en.wikipedia.org/<wbr>wiki/Tarjan%27s_strongly_<wbr>connected_components_algorithm</a><wbr>) would flag.  If your custom network is <1000 nodes, it would've been flagged previously.</div><div><br></div><div>  If you are only routing from the normal network *onto* your custom network, then changing the component size like you've done is the correct fix here.  Just be aware, if you start on your custom network, and try to return to the main network, you will get "NoRoute" errors, but it sounds like that won't be a problem for you.</div></div></blockquote><div><br></div><div>This is indeed what I look for, no problem to get "No route" errors, but only when network topology doesn't allow me to find one.<br></div><div>I don't understand why flagging part of the graph as "small element" prevent a route to be found.<br></div><div><br></div><div>I would agree to a potential downgrade of small elements versus normal ones, but a route have to be returned when it exists, haven't you?<br></div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div></div><div>  I'm not sure what's up with the turn icons in the debug viewer - make sure you've zoomed in far enough, turn icons only show up from Z12 and higher.</div></div></blockquote><div><br></div><div>Yes, I look between zoom 12 and 14<br></div><div>Still no turn icons<br><br></div><div>I'm wondering if it's only a display issue or a more serious problem in my data processing.<br></div><div>Anyway, osrm gives me routes with turns and intersections so this sounds to be only a display issue.<br><br><br></div><div>All the best<br><br></div><div>François<br></div></div></div></div>