<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<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;font-family:Calibri,Arial,Helvetica,sans-serif;" dir="ltr">
<meta content="text/html; charset=UTF-8">
<div dir="ltr">
<div id="x_divtagdefaultwrapper" dir="ltr" style="font-size:12pt; color:#000000; font-family:Calibri,Arial,Helvetica,sans-serif">
<p>I agree to use smoothness only for a speed penalty. I thought I reconized the last example that you mentioned, but it was another bad road that I cycled on in Romania (pasul Rarau, a few km to the west of your example, was paved and horrible, now marked
 as footpath) <img class="EmojiInsert" id="OWAEmoji418344" alt="😉" style="vertical-align: bottom;" src="cid:f4a24864-58c5-4025-b080-3441a3167c16"></p>
<p><br>
</p>
<p><br>
</p>
<p><br>
</p>
<p><br>
</p>
</div>
<hr tabindex="-1" style="display:inline-block; width:98%">
<div id="x_divRplyFwdMsg" dir="ltr">  </div>
</div>
<font size="2"><span style="font-size:10pt;">
<div class="PlainText">OK, here is v3 of the patch based on v1.  Changes:<br>
- also treat surface=paving_stones:30 as paved<br>
- treat highway=via_ferrata as unpaved<br>
- don't interpret smoothness=bad as unpaved<br>
<br>
Add spead penalty for roads with very_bad or worser smoothness if they are not flagged as unpaved<br>
highway=* & mkgmap:unpaved!=1 & smoothness ~ '.*(bad|horrible|impassable)'  { add mkgmap:road-speed = '-2' }<br>
<br>
I still don't like this version. It sets mkgmap:unpaved=1 for highways which are explicitely mapped as paved, e.g.<br>
<a href="http://www.openstreetmap.org/way/150436049" id="LPlnk897849" previewremoved="true">http://www.openstreetmap.org/way/150436049</a><br>
which matches<br>
highway=tertiary & surface=paved & smoothness=very_bad<br>
or<br>
<a href="http://www.openstreetmap.org/way/38245394" id="LPlnk801134" previewremoved="true">http://www.openstreetmap.org/way/38245394</a><br>
<br>
There are quite a lot of major highways with a combination of paved surface and ugly smoothness.<br>
I think the smoothness tag should only be used to add a road speed penalty.<br>
<br>
Gerd<br>
<a href="http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev"></a><br>
</div>
</span></font></div>
</body>
</html>