<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 WanMil,<br><br>it's a unit test regarding the style finalizer section which fails and I don't know why.<br><br>reg. RoadMerger:<br>it makes no sense to create closed ways because we would split them again later in StyledConverter.<br>I don't understand the idea about roundabouts.<br>If one is divided into 4 parts you can do 2 merges without closing it, no matter which <br>parts you connect first, and you should always get 2 remaining parts. Assumes part a,b,c and d:<br>a+b and c+d or <br>a+b and a_b + c or <br>b+c and d+a&nbsp; or <br>b+c and b_c + d or<br>b+c and a + b_c or <br>...<br><br>Gerd <br><br><div>&gt; Date: Sun, 5 Jan 2014 12:37:09 +0100<br>&gt; From: wmgcnfg@web.de<br>&gt; To: mkgmap-dev@lists.mkgmap.org.uk<br>&gt; Subject: Re: [mkgmap-dev] Unit tests in trunk fail<br>&gt; <br>&gt; Hi Gerd,<br>&gt; <br>&gt; I think I found the problem:<br>&gt; <br>&gt; // check if merging would create a closed way - which should not<br>&gt; // be done (why? WanMil)<br>&gt; if (cStart == cOtherEnd) {<br>&gt;     return false;<br>&gt; }<br>&gt; <br>&gt; The RoadMerger avoids to create closed roads. In case the roads are not <br>&gt; merged in exactly the same order this is the reason for different merge <br>&gt; results due to roundabouts. In case a roundabout is divided in multiple <br>&gt; ways the number of merged ways is random.<br>&gt; <br>&gt; At the moment I have no time to check that more in detail but I think <br>&gt; the code listed above can be removed.<br>&gt; <br>&gt; WanMil<br>&gt; <br>&gt; &gt; Hi WanMil,<br>&gt; &gt;<br>&gt; &gt; please have a look, I don't fully understand why.<br>&gt; &gt;<br>&gt; &gt; Gerd<br>&gt; &gt;<br>&gt; &gt;<br>&gt; &gt; _______________________________________________<br>&gt; &gt; mkgmap-dev mailing list<br>&gt; &gt; mkgmap-dev@lists.mkgmap.org.uk<br>&gt; &gt; http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev<br>&gt; &gt;<br>&gt; <br>&gt; _______________________________________________<br>&gt; mkgmap-dev mailing list<br>&gt; mkgmap-dev@lists.mkgmap.org.uk<br>&gt; http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev<br></div>                                               </div></body>
</html>