<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 Minko,<br><br>&gt; With the option --make-cycleways enabled, the streetname label gets name = name (cycleway)<br><div>&gt; The cycleway part of this street gets the name = name.<br>&gt; Why is this not the other way around?<br><br>Sorry, I can't reproduce that. The way with bicycle=no is added first and without (cycleway)<br>in name.<br><br>&gt; <br>&gt; Is it possible to remove (cycleway) from the name label, it seems hardcoded?<br>&gt; I have tried to delete name mkgmap:synthesised=yes but that didnt work.<br>&gt; <br>&gt; #limit artificial cycleways to to resolution 24<br>&gt; mkgmap:synthesised=yes &amp; mkgmap:bicycle=yes { set mkgmap:highest-resolution-only = true; delete name }<br><br>I can reproduce that. It works with this as first line in lines (with bicycle, not mkgmap:bicycle)<br><br>mkgmap:synthesised=yes &amp; bicycle=yes { set mkgmap:highest-resolution-only = true; delete name }<br><br>Gerd<br><br></div>                                               </div></body>
</html>