<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>I've just noticed that this solution does not yet work in combination with<br>option --process-destination.<br><br>Gerd<br><br><div>&gt; Date: Mon, 7 Apr 2014 17:56:34 +0200<br>&gt; From: ligfietser@online.nl<br>&gt; To: mkgmap-dev@lists.mkgmap.org.uk<br>&gt; Subject: Re: [mkgmap-dev] vehicles in restriction relations<br>&gt; <br>&gt; Thanks Gerd, seems working fine.<br>&gt; <br>&gt; I have set the following rules in my relation file (cycling map)<br>&gt; Because it's a bicycle routing only, I dont use motorcar tags from OSM and have to apply all bicycle restrictions for "motorcar" activity:<br>&gt; <br>&gt; # remove restrictions for motorcar<br>&gt; type=restriction:motorcar  {delete type}<br>&gt; type=restriction &amp; restriction:motorcar=* {delete restriction:motorcar}<br>&gt; <br>&gt; #apply bicycle restrictions also for "motorcar"<br>&gt; type=restriction &amp; restriction:bicycle=* {set restriction:motorcar='${restriction:bicycle}'}<br>&gt; type=restriction:bicycle {set type=restriction}<br>&gt; type=restriction &amp; except ~ '.*bicycle'  {set except='${except};motorcar'}<br>&gt; <br>&gt; Not sure if mkgmap recognize all these rules, I can hardly find any restrictions for bicycles.<br>&gt; The last rule with 'except bicycle' is working in "car mode" as intended.<br>&gt; <br>&gt; <br>&gt; <br>&gt; &gt; I thought about this again and found this solution:<br>&gt; &gt; With r3172 you can add rules to the relations file to manipulate<br>&gt; &gt; restriction relations,<br>&gt; &gt; e.g. like this :<br>&gt; &gt; type=restriction &amp; except ~ '.*bicycle' {set<br>&gt; &gt; except='${except};motorcar'}<br>&gt; &gt; <br>&gt; &gt; The meaning of the restriction relation is now evaluated after style<br>&gt; &gt; processing, so<br>&gt; &gt; you can change or add or remove tags.<br>&gt; &gt; If the restriction is not valid after that, it will be ignored.<br>&gt; &gt; You probably have to add a few more rules to handle the cases like<br>&gt; &gt; type=restriction:motorcar<br>&gt; &gt; or<br>&gt; &gt; restriction:motorcar=no_u_turn<br>&gt; &gt; <br>&gt; &gt; I hope that works for all cases?<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>