<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>the lines file in the default style contains this rule:<br># Mop up any unrecognised highway types<br>highway=* &amp; highway!=proposed &amp; area!=yes [0x07 road_class=0 road_speed=0 resolution 23] <br><br>I've changed it to <br>highway=* &amp; highway!=proposed &amp; area!=yes { echotags "mop up" } [0x07 road_class=0 road_speed=0 resolution 23]<br>to see what it does and it "mops up" all kings of problem cases, e.g. mapping errors like<br>highway=turning_circle<br>or removed highways with the <br>highway=razed<br><br>I think the default style should not add these ways as routable, if at all.<br><br>It also catches many <br>highway=platform <br>and <br>highway=rest_area<br><br>Most of these ways are areas, but don't have the area=yes tag.<br>I am not sure why the "mop up" rule would ignore them when the area=yes tag exists.<br><br>Gerd<br><br><br><br><br><br>                                               </div></body>
</html>