<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>for a way that has only the tag<br>highway=path<br>the default style (lines) rule<br>highway=path {set highway=footway} <br>fires. I think that's wrong, the wiki says<br>"A route open to the public which is not intended for motor vehicles, unless so tagged separately."<br><br>so we should also allow bikes.<br>The confusing thing is that the <br>access include has this line:<br>highway=path&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; { add foot=yes; add bicycle=yes; add access=no }&nbsp; <br>but because the other rule fires first, this is ignored and <br>highway=footway&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; { add foot=yes; add access=no } <br>is used.<br><br>AFAIU the rule <br>highway=path {set highway=footway} <br>should be removed.<br><br>Gerd<br>                                               </div></body>
</html>