<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 WanMil,<br><br>thanks for the info. I think performance was an issue before<br>the merge of the performance2 branch (r3258), but now<br>the evaluation of simple rules is very fast, it often simply means<br>comparing an int value.<br><br>So I think it's best to include the inc/address at the beginning<br>of points and lines. I'll do that in the branch.<br><br>Gerd<br><br><br><div>&gt; Date: Wed, 15 Apr 2015 11:57:52 +0200<br>&gt; From: wmgcnfg@web.de<br>&gt; To: mkgmap-dev@lists.mkgmap.org.uk<br>&gt; Subject: Re: [mkgmap-dev] inc/address and --housenumbers<br>&gt; <br>&gt; Hi Gerd,<br>&gt; <br>&gt; the address rules were included in the finalize section for performance <br>&gt; reasons. I never measured the diff but because we didn't require the <br>&gt; address tags in the other rules it was better (more or less) to place it <br>&gt; in the finalize section.<br>&gt; <br>&gt; So if performance is not a problem it is no problem to move them back to <br>&gt; the common rules.<br>&gt; <br>&gt; WanMil<br>&gt; <br>&gt; &gt; Hi Thorsten,<br>&gt; &gt;<br>&gt; &gt; reg. mkgmap:street:<br>&gt; &gt; The default style has this rule almost at the beginning:<br>&gt; &gt; highway=* &amp; name=* { set mkgmap:street='${name}' },<br>&gt; &gt; so there is no problem for address search here.<br>&gt; &gt;<br>&gt; &gt; I agree that your solution is also simple enough,<br>&gt; &gt; but there should be no need to use inc/address in the relations rule.<br>&gt; &gt;<br>&gt; &gt; I don't know why inc/address was moved to the finalize rules,<br>&gt; &gt; so I did not dare to change that. If the reason is performance<br>&gt; &gt; we can ignore that , the evaluation of the rules in inc/address<br>&gt; &gt; is very fast as they do not contain any regular expressions.<br>&gt; &gt;<br>&gt; &gt; BTW: with r3537 I've implemented the tag<br>&gt; &gt; mkgmap:execute_finalize_rules=true<br>&gt; &gt; (true, not 1 )<br>&gt; &gt; and I found no change in the throughput<br>&gt; &gt; after adding<br>&gt; &gt; addr:housenumber=* {set mkgmap:execute_finalize_rules=true}<br>&gt; &gt; to the beginning of points and lines.<br>&gt; &gt;<br>&gt; &gt; I am now working on an algo that uses the mkgmap:city info.<br>&gt; &gt;<br>&gt; &gt; Gerd<br>&gt; &gt;<br>&gt; &gt;  &gt; Date: Wed, 15 Apr 2015 11:03:16 +0200<br>&gt; &gt;  &gt; From: kukuk@suse.de<br>&gt; &gt;  &gt; To: mkgmap-dev@lists.mkgmap.org.uk<br>&gt; &gt;  &gt; Subject: Re: [mkgmap-dev] inc/address and --housenumbers<br>&gt; &gt;  &gt;<br>&gt; &gt;  &gt; On Tue, Apr 14, GerdP wrote:<br>&gt; &gt;  &gt;<br>&gt; &gt;  &gt; &gt; 2) A road may be the border or very close to the border of a city.<br>&gt; &gt;  &gt; &gt; Houses on the left side are in city A, houses on the other side are<br>&gt; &gt;  &gt; &gt; in city B. I think in this case we should add the road twice to the map<br>&gt; &gt;  &gt; &gt; so that address search works. The problem: With the default<br>&gt; &gt;  &gt; &gt; style most houses do not have the mkgmap:city tag because no<br>&gt; &gt;  &gt; &gt; map object is created for them.<br>&gt; &gt;  &gt; &gt; I think a quick and clear solution would be to add a tag<br>&gt; &gt;  &gt; &gt; mkgmap:execute_finalize_rules=1<br>&gt; &gt;  &gt; &gt; to each element with addr:housenumber to tell<br>&gt; &gt;  &gt; &gt; mkgmap that even if no map element is created the finalize<br>&gt; &gt;  &gt; &gt; rules should be executed.<br>&gt; &gt;  &gt;<br>&gt; &gt;  &gt; My solution for my own style is quite simple here: I include<br>&gt; &gt;  &gt; 'inc/address' very early at the beginning of points/lines/polygons<br>&gt; &gt;  &gt; style files.<br>&gt; &gt;  &gt; Has also the advantage, that mkgmap:street is set to the original<br>&gt; &gt;  &gt; street name, before we add suffixes or prefixes like '(B101)' or<br>&gt; &gt;  &gt; something similar. And I can use mkgmap:country or something<br>&gt; &gt;  &gt; similar in my style files.<br>&gt; &gt;  &gt;<br>&gt; &gt;  &gt; Thorsten<br>&gt; &gt;  &gt;<br>&gt; &gt;  &gt; --<br>&gt; &gt;  &gt; Thorsten Kukuk, Senior Architect SLES &amp; Common Code Base<br>&gt; &gt;  &gt; SUSE LINUX GmbH, Maxfeldstr. 5, 90409 Nuernberg, Germany<br>&gt; &gt;  &gt; GF: Felix Imendörffer, Jane Smithard, Jennifer Guild, Dilip Upmanyu,<br>&gt; &gt; Graham Norton, HRB 21284 (AG Nürnberg)<br>&gt; &gt;  &gt; _______________________________________________<br>&gt; &gt;  &gt; mkgmap-dev mailing list<br>&gt; &gt;  &gt; mkgmap-dev@lists.mkgmap.org.uk<br>&gt; &gt;  &gt; http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev<br>&gt; &gt;<br>&gt; &gt;<br>&gt; &gt; _______________________________________________<br>&gt; &gt; mkgmap-dev mailing list<br>&gt; &gt; mkgmap-dev@lists.mkgmap.org.uk<br>&gt; &gt; http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev<br>&gt; &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>