<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 Walter,<br><br>I think the POI info is filled in StyledConverter. This source snippet shows the corresponding tags:<br>&nbsp;&nbsp;&nbsp; private static final short countryTagKey = TagDict.getInstance().xlate("mkgmap:country");<br>&nbsp;&nbsp;&nbsp; private static final short regionTagKey = TagDict.getInstance().xlate("mkgmap:region");<br>&nbsp;&nbsp;&nbsp; private static final short cityTagKey = TagDict.getInstance().xlate("mkgmap:city");<br>&nbsp;&nbsp;&nbsp; private static final short postal_codeTagKey = TagDict.getInstance().xlate("mkgmap:postal_code");<br>&nbsp;&nbsp;&nbsp; private static final short streetTagKey = TagDict.getInstance().xlate("mkgmap:street");<br>&nbsp;&nbsp;&nbsp; private static final short housenumberTagKey = TagDict.getInstance().xlate("mkgmap:housenumber");<br>&nbsp;&nbsp;&nbsp; private static final short phoneTagKey = TagDict.getInstance().xlate("mkgmap:phone");<br><br>Be aware that some values like mkgmap:street and mkgmap:housenumber are used for the --housenumbers <br>option as well, and others are used for the indexes. <br>I think the only tag that can be used for other purposes is mkgmap:phone.<br><br>Gerd<br><br><div>&gt; From: Walter.Schloegl-Resch@aon.at<br>&gt; To: mkgmap-dev@lists.mkgmap.org.uk<br>&gt; Date: Sat, 17 Jan 2015 00:24:11 +0100<br>&gt; Subject: Re: [mkgmap-dev] difference between addlabel and poi-address<br>&gt; <br>&gt; Hi WanMil,<br>&gt; <br>&gt; thanks, so I know now that my device can show address info but no additional <br>&gt; label info.<br>&gt; <br>&gt; I am trying to add specific information to the field that is normaly used <br>&gt; for address.<br>&gt; <br>&gt; Is there any direct way via command or any indirect way via overrulement of <br>&gt; special fields?<br>&gt; <br>&gt; I found one exampe 4.5 on page 29 of the Style rules docu,<br>&gt; but this is only showing how to overrule the postcode parameter.<br>&gt; <br>&gt; Walter<br>&gt; <br>&gt; -----Ursprüngliche Nachricht----- <br>&gt; From: WanMil<br>&gt; Sent: Friday, January 16, 2015 10:16 PM<br>&gt; To: Development list for mkgmap<br>&gt; Subject: Re: [mkgmap-dev] difference between addlabel and poi-address<br>&gt; <br>&gt; Hi Walter,<br>&gt; <br>&gt; you are right. POIs have address fields that are usually filled by<br>&gt; mkgmap and that is what you see.<br>&gt; <br>&gt; Each POI also have 4 label fields but usually only the first label is<br>&gt; shown (but that might also differ between differnent devices).<br>&gt; <br>&gt; WanMil<br>&gt; <br>&gt; &gt; I’m not sure but I think I am mixing 2 things up.<br>&gt; &gt; When I enable poi-address I can see the address field of the POI filled<br>&gt; &gt; with the address on my Oregon device.<br>&gt; &gt; When I set no-poi-address and try to fill the address field individually<br>&gt; &gt; by using addlabel,<br>&gt; &gt; and do not see these labels in the POI address field.<br>&gt; &gt; Maybe addlabel is filling total different fields not available on my <br>&gt; &gt; Oregon.<br>&gt; &gt; Can anybody approve my assumption?<br>&gt; &gt; Is it right, that the Oregan is not displaying the 4 addlabel fields?<br>&gt; &gt; Walter<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>&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>