<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>I found a few more very special cases, some can be easily fixed in the code,<br>but one is maybe a problem in OSM:<br>See <br><a href="http://www.openstreetmap.org/relation/1626132" target="_blank">http://www.openstreetmap.org/relation/1626132</a><br><br>The 'to' way starts and ends at the via point. In combination with <br>the tag restriction=only_straight_on it is clear what this means,<br>but the current implementation in mkgmap is not prepared for that.<br>It would probable create a different result if the points of the 'to' way <br>would go clockwise and not ccw.<br><br>I think the wiki doesn't say that this is not correct, so to support this <br>mkgmap has to interpret the restriction. Up to now it just checked if it<br>is a only_xxx or an no_xxx restriction. It is much more complex <br>to interpret the angle and find out what is meant.<br>This seems too much work for that special case, so I prefer to print<br>a warning and ignore the restriction.<br><br>OK?<br><br>Gerd<br><br><br><br><br>                                               </div></body>
</html>