<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>I think that's the idea of the finalize section. It is called for<br>each added element.<br><br>Gerd<br><br><div>&gt; From: weigelt.bernd@web.de<br>&gt; To: mkgmap-dev@lists.mkgmap.org.uk<br>&gt; Date: Thu, 8 May 2014 19:34:49 +0200<br>&gt; Subject: [mkgmap-dev] finalize and some ways with overlays<br>&gt; <br>&gt; Hi <br>&gt; <br>&gt; i have a problem, that the finalize section to often calls inc/access, in my <br>&gt; case for every overlay and the routable way.<br>&gt; IMHO it should call it only for the routable way(s) with road_speed and <br>&gt; road_class.<br>&gt; <br>&gt; <br>&gt; an example<br>&gt; <br>&gt; lines:<br>&gt; highway=cycleway        [0x1200a resolution 23-23 continue]<br>&gt; highway=cycleway        [0x1100a resolution 24 continue]<br>&gt; highway=cycleway         [0x0a resolution 24 road_class=0 road_speed=1]<br>&gt; <br>&gt; &lt;finalize&gt;<br>&gt; # The finalizer section is executed for each element when a rule with an <br>&gt; element type matches<br>&gt; <br>&gt; # calculate the access rules<br>&gt; include 'inc/access' ;<br>&gt; <br>&gt; ------<br>&gt; inc/access includes for testing some ways this additional test<br>&gt; highway=* &amp; bicycle=official { echo ' 1 ${highway} | ${bicycle} | <br>&gt; ${mkgmap:bicycle} ' }<br>&gt; <br>&gt; output for this way<br>&gt; <br>&gt; http://www.openstreetmap.org/way/243198140<br>&gt; <br>&gt; ....<br>&gt; 243198140:  1 cycleway | official | null <br>&gt; 243198140:  1 cycleway | official | null <br>&gt; 243198140:  1 cycleway | official | null <br>&gt; ..<br>&gt; <br>&gt; How can i fix this?<br>&gt; Or is there something wrong in my style?<br>&gt; <br>&gt; Bernd<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>