<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>I've just noticed that the default style<br>treats a way with highway=footway and bicycle=yes<br>as a bicycle-only way, e.g.<br><a href="http://www.openstreetmap.org/way/8564649" target="_blank">http://www.openstreetmap.org/way/8564649</a><br><br>I think that is not intended.<br>Reason is this rule:<br># Convert generic path to most specific<br>highway=footway &amp; snowplowing!=no<br>&amp; (bicycle=yes|bicycle=designated|bicycle=permissive|bicycle=official)<br>{set highway=cycleway; set bicycle=yes}<br><br>which changes a highway=footway to a highway=cycleway.<br><br>In the german wiki the tag highway=footway means something like<br>"pedestrian only".<br><br>I'd like to change that rule to <br>highway=footway &amp; snowplowing!=no<br>&amp; (bicycle=designated|bicycle=permissive|bicycle=official)<br>{set highway=cycleway; set bicycle=yes; set foot=yes}<br><br>OK?<br>Gerd<br>                                               </div></body>
</html>