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