<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>attached is v4 of the patch.<br>The drive-on parameter now accepts the following values:<br>left|right|detect|detect,left|detect,right<br><br>- detect is equal to detect,right<br>- with detect <br>all roads are counted to find out whether the map is a drive-on-left or drive-on-right map<br>- if the detection doesn't return a clear result, the 2nd option is used<br>- the polish reader only checks the "LeftSideTraffic" string, it doesn't count anything (for now)<br><br>@Steve, WanMil:<br>I've added methods getDriveOnLeft() to MapperBasedMapDataSource<br>and use it in MapBuilder before a TREFile or NODFile is written<br>to configure the corresponding flags. <br>Classes that are able to detect the dr<br>I think this is a bit cleaner compared to v3 and to trunk.<br><br>                                               </div></body>
</html>