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