<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 Bernd,<br><br>sorry, I can't follow.<br>Please post two complete styles, one that is working as expected, another which is not.<br>This will help to find out what is different.<br><br>Gerd<br><br><div>&gt; From: weigelt.bernd@web.de<br>&gt; To: mkgmap-dev@lists.mkgmap.org.uk<br>&gt; Date: Mon, 24 Mar 2014 10:15:29 +0100<br>&gt; Subject: Re: [mkgmap-dev] Finalize section not working as expected<br>&gt; <br>&gt; Am Montag, 24. März 2014, 09:19:44 schrieb Bernd Weigelt:<br>&gt; &gt; &gt; include 'inc/access';<br>&gt; &gt; <br>&gt; &gt; both tested, same result<br>&gt; &gt; <br>&gt; &gt; &gt; ?<br>&gt; &gt; &gt; Remember that mkgmap evaluates mkgmap:bicycle=*, not bicycle=*.<br>&gt; &gt; <br>&gt; &gt; But this could be my error, i will try this<br>&gt; <br>&gt; Made some tests:<br>&gt; <br>&gt; <br>&gt; highway=path<br>&gt;            &amp; (<br>&gt;               smoothness~'.*(horrible|impassable)' |<br>&gt;               smoothness=very_bad |<br>&gt;               mtb:scale&gt;0 |<br>&gt;               mtb:scale:imba&gt;0<br>&gt;               )<br>&gt;                 { set mkgmap:bicycle=no }<br>&gt; highway=path<br>&gt;             &amp; (<br>&gt;                sac_scale~'.*(mountain|alpine)_hiking' |<br>&gt;                smoothness=bad<br>&gt;                )<br>&gt;                 { add mkgmap:bicycle=no; }<br>&gt; <br>&gt; <br>&gt; this rules at the end of inc/compat_access didn't work, tested with inc/access <br>&gt; before and after inc/compat_access and they didn't work, if i do them at the <br>&gt; begin of inc/access. <br>&gt; <br>&gt; This is a little bit to high for my little mind <br>&gt; <br>&gt; It works, if i do this rules in inc/access, it is clear for me, why this works<br>&gt; <br>&gt; highway=path<br>&gt;            &amp; (<br>&gt;               smoothness~'.*(horrible|impassable)' |<br>&gt;               smoothness=very_bad |<br>&gt;               mtb:scale&gt;0 |<br>&gt;               mtb:scale:imba&gt;0<br>&gt;               )<br>&gt;                 { set bicycle=no }<br>&gt; highway=path<br>&gt;             &amp; (<br>&gt;                sac_scale~'.*(mountain|alpine)_hiking' |<br>&gt;                smoothness=bad<br>&gt;                )<br>&gt;                 { add bicycle=no; }<br>&gt; <br>&gt; <br>&gt; <br>&gt; Bernd<br>&gt; <br>&gt; <br>&gt; <br>&gt; _______________________________________________<br>&gt; mkgmap-dev mailing list<br>&gt; mkgmap-dev@lists.mkgmap.org.uk<br>&gt; http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev<br></div>                                               </div></body>
</html>