<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 all,</p>
<p><br>
</p>
<p>attached is a patch for the roundabout checks. It adds a test that will warn when
<br>
</p>
<p>a node on a roundabout is connected to more than one routable way <br>
</p>
<p>(ways which are not accessable are not counted, e.g. highway=construction with the default style)<br>
</p>
<p>The check is only performed when option<br>
</p>
<div>--check-roundabouts is used, you have  to enable logging to see the result.<br>
The check is implemented in class RouteNode, so a config line in logging.properties might be<br>
</div>
<span>uk.me.parabola.imgfmt.app.net.RouteNode.level=WARN</span>
<p></p>
<p><span><br>
</span></p>
<p><span>A binary based on r3688 is here:</span></p>
<p><span><a id="LPlnk690265" href="http://files.mkgmap.org.uk/download/306/mkgmap.jar" class="OWAAutoLink">http://files.mkgmap.org.uk/download/306/mkgmap.jar</a><br>
</span></p>
<p><span><br>
</span></p>
<p><span>Note that this check is very basic, it doesn't ignore when the road is going straight through the roundabout</span></p>
<p><span></span>or when it builds a tagent. If you think that this produces too many false warning I may add
<br>
</p>
<p>code for this. </p>
<p><br>
</p>
<p>Gerd<br>
</p>
</div>
</body>
</html>