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