<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 Steve,<br><br>I just tried r451 on the img file from Andrzej<br>NetCheck complains, but NetDisplay seems to extract<br>most of the infos (it just doesn't decode the offsets into the LBL file)<br><br>I am now trying to change the housenumber code so<br>that it produces the additional lists. If I got that right,<br>we need a new data structure containing<br>a) the list of Numbers (as we have now)<br>b) an optional list of zip codes , each a class with two fields:<br>int rNode;<br>String zipCode;<br>c) an optional list of city names, each a class  with 4 fields:<br>int rNode;<br>String city,region,country;<br><br>we can also attach the two new lists to RoadDef, probably easier,<br>but I'd prefer to have one structure.<br><br>I guess we need some code to set the indexes into LBL etc.<br>I hope you help with that.<br><br>Gerd<br><br><div>&gt; Date: Thu, 16 Apr 2015 14:57:34 +0100<br>&gt; From: steve@parabola.me.uk<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; &gt; When you say city I understand it is an int that points to a table of<br>&gt; &gt; cities,<br>&gt; &gt; and this table also contains corresponding region and country info?<br>&gt; <br>&gt; Yes, it is the index into LBL4, which is the section that is printed by <br>&gt; LblDisplay.<br>&gt; That contains a link to either a region or a country.  If a region, then <br>&gt; the corresponding region section links to the country.<br>&gt; <br>&gt; &gt; What about zip codes?<br>&gt; &gt;<br>&gt; &gt; Line 217 in NetDisplay shows this<br>&gt; &gt; printAddrInfo(d, addrFlags &gt;&gt; 2, "zip", zipSize);<br>&gt; &gt; but I don't see corresponding code in printAddrInfo().<br>&gt; <br>&gt; Are you fully up to date? I implemented zip's earlier today, but<br>&gt; I managed to label them the wrong way round in the display.  I've<br>&gt; just committed a fix for that.<br>&gt; <br>&gt; The zip integers are an index into LBL8 in the same way.<br>&gt; <br>&gt; So, unusually, the polish format is not an close match to the format in <br>&gt; this case.  It has names for city,region,country which would mean that<br>&gt; we would have to look up and if necessary create a matching city.<br>&gt; <br>&gt; ..Steve<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>