<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none;"><!-- P {margin-top:0;margin-bottom:0;} --></style>
</head>
<body dir="ltr">
<div id="divtagdefaultwrapper" style="font-size:12pt;color:#000000;background-color:#FFFFFF;font-family:Calibri,Arial,Helvetica,sans-serif;">
<p>Hi ALexandre,</p>
<p><br>
</p>
<p>I did not write the code but I think this snippet in LinkDestinationHook.java answers the question:</p>
<p><br>
</p>
<p>                            if (wayLength < 10 && w.getPoints().size() < 3) {<br>
                                log.info("Way", w, "is too short (", wayLength," m) to cut it into several pieces. Cannot place exit hint.");<br>
                                continue;<br>
                            } <br>
</p>
<p><br>
</p>
<p>I must confess that I don't understand this limit, maybe it was introduced to avoid zig-zagging lines, maybe Garmin ignores</p>
<p>ways which are too short.<br>
</p>
<p><br>
</p>
<p>Gerd<br>
</p>
<br>
<div style="color: rgb(0, 0, 0);">
<hr tabindex="-1" style="display:inline-block; width:98%">
<div id="divRplyFwdMsg" dir="ltr"><font style="font-size:11pt" face="Calibri, sans-serif" color="#000000"><b>Von:</b> mkgmap-dev <mkgmap-dev-bounces@lists.mkgmap.org.uk> im Auftrag von Alexandre Loss <alexandre.loss@gmail.com><br>
<b>Gesendet:</b> Mittwoch, 9. März 2016 17:55<br>
<b>An:</b> Development list for mkgmap<br>
<b>Betreff:</b> [mkgmap-dev] Minimum size for a "_link" to process "destination"</font>
<div> </div>
</div>
<div>
<div dir="ltr">
<div>
<div>
<div>Hi mkgmap developers,<br>
<br>
I noticed that when a "_link" containing the tag "destination" (trunk_link, for example) is too small, mkgmap doesn't preprocesse the exit (set dest_hint). For example, if this "_link" has only 8 meters size, no destination nor exit hint is generated by mkgmap
 for this specific "_link".<br>
<br>
Could you tell me the "_exit" minimum lenght considered by mkgmap to process destination hint?<br>
<br>
</div>
Thanks.<br>
<br>
</div>
Best regards,<br>
<br>
</div>
Alexandre Loss<br>
</div>
</div>
</div>
</div>
</body>
</html>