<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>Hi all,<br><br>looking at the 4 node restrictions I think I found a general bug in mkgmap:<br><br>Both with polish (.mp) format and with OSM data we compute the <br>routing nodes for which the restriction shoud be applied.<br>In a second step we compute the arcs between these nodes.<br>In this 2nd step we ignore the information about roads given with<br>TRAFFROADS in polish format or the from,via, and to roles in OSM data.<br><br>In the mkgmap algo, we just select the first direct arc (means: peace of road) between the nodes.<br>If the nodes are connected with multiple arcs on different roads, this<br>probably is too lazy, although it will not fail very often.<br><br>I have to rewrite most of the code reg. restrictions to correct this..<br><br>Gerd<br><br><br><br>                                               </div></body>
</html>