<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 see that mkgmap fills the address info, and it also seems to write it, <br>but MapSource seems to ignore it. I have no experience with this.<br>Maybe this happens because of the big number of POIs?<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: Sun, 18 Jan 2015 15:21:35 +0100<br>&gt; Subject: Re: [mkgmap-dev] difference between addlabel and poi-address<br>&gt; <br>&gt; Hi Gerd,<br>&gt; <br>&gt; I have tried with { set mkgmap:postal_code=... } but it's also not working.<br>&gt; <br>&gt; Since all POIs are getting the address automatically,<br>&gt; I do not understand why the pure address POI is not getting it in the same <br>&gt; way.<br>&gt; <br>&gt; With this code (and the option --poi-address):<br>&gt; <br>&gt;     addr:housenumber=* { name '${addr:housenumber}' }    [0x1e04 resolution <br>&gt; 24]<br>&gt; <br>&gt; I would expect, that 0x1e04 is a POI with the name equal to housenumber <br>&gt; (e.g. 19)<br>&gt; and an address field filled with "Street 19, 1234 City"<br>&gt; <br>&gt; Setting some special mkgmap fields with the address manually would be just a <br>&gt; workaround,<br>&gt; if the address is not working for pure address POIs.<br>&gt; <br>&gt; Otherwise it would be better, if I could find the original error that I'm <br>&gt; making.<br>&gt; <br>&gt; Walter<br>&gt; <br>&gt; -----Ursprüngliche Nachricht----- <br>&gt; From: GerdP<br>&gt; Sent: Sunday, January 18, 2015 1:05 PM<br>&gt; To: mkgmap-dev@lists.mkgmap.org.uk<br>&gt; Subject: Re: [mkgmap-dev] difference between addlabel and poi-address<br>&gt; <br>&gt; Hi Walter,<br>&gt; <br>&gt; setting addr:postcode has no effect on POIs as long as you don't<br>&gt; use that info to set also mkgmap:postal_code.<br>&gt; <br>&gt; Gerd<br>&gt; <br>&gt; <br>&gt; Walter Schlögl wrote<br>&gt; &gt; Hi Gerd,<br>&gt; &gt;<br>&gt; &gt; thanks for this hint, I have played around with it and was successfull in<br>&gt; &gt; most of the cases.<br>&gt; &gt;<br>&gt; &gt; Here my working solutions:<br>&gt; &gt;<br>&gt; &gt; ok 1) If there is opening_hours set, show this info before the phone<br>&gt; &gt; number.<br>&gt; &gt;<br>&gt; &gt; opening_hours=*   { set mkgmap:phone=' (${opening_hours})<br>&gt; &gt; ${mkgmap:phone|def:}' }<br>&gt; &gt;<br>&gt; &gt; ok 2) If there is a website, show this info after the phone number.<br>&gt; &gt;<br>&gt; &gt; website=*   { set mkgmap:phone='${mkgmap:phone|def:} ${website}' }<br>&gt; &gt;<br>&gt; &gt; In one example I was not successfull.<br>&gt; &gt; I am generating 1-point POIs for all points where only the addr tags are<br>&gt; &gt; set, but no other tags available.<br>&gt; &gt; This will show all the housenumbers in low resolution.<br>&gt; &gt; As addr info I would like to get the full addr incl. street, postcode and<br>&gt; &gt; so on.<br>&gt; &gt; I tried with different solutions but nothing worked, I am getting the<br>&gt; &gt; name-tag filled but not the addr-field.<br>&gt; &gt;<br>&gt; &gt; Here my code:<br>&gt; &gt;<br>&gt; &gt; addr:housenumber=* | addr:unit=* | addr:door=*<br>&gt; &gt; { name '${addr:unit}/${addr:door}' |<br>&gt; &gt;   '${addr:housenumber}/${addr:unit}' |<br>&gt; &gt;   '${addr:door}' |<br>&gt; &gt;   '${addr:unit}' |<br>&gt; &gt;   '${addr:housenumber}';<br>&gt; &gt;   set addr:postcode='${addr:street|def:} ${addr:housenumber|def:}<br>&gt; &gt; ${addr:postcode|def:} ${addr:city|def:} ${addr:country|def:}'<br>&gt; &gt; }    [0x1e04 resolution 24]<br>&gt; &gt;<br>&gt; &gt; The first part is working fine, I can see the housenumber or unit + door<br>&gt; &gt; on all buildings and also as point if there is no building.<br>&gt; &gt; The second part is not working, the postcode tag is not written into the<br>&gt; &gt; addr-field.<br>&gt; &gt;<br>&gt; &gt; Is there any restriction with the addr-field of the POI-info if no other<br>&gt; &gt; tags are available than the addr:xxx tags?<br>&gt; &gt;<br>&gt; &gt; Walter<br>&gt; &gt;<br>&gt; &gt;<br>&gt; &gt; From: Gerd Petermann<br>&gt; &gt; Sent: Saturday, January 17, 2015 7:40 AM<br>&gt; &gt; To:<br>&gt; <br>&gt; &gt; mkgmap-dev@.org<br>&gt; <br>&gt; &gt;<br>&gt; &gt; Subject: Re: [mkgmap-dev] difference between addlabel and poi-address<br>&gt; &gt;<br>&gt; &gt; Hi Walter,<br>&gt; &gt;<br>&gt; &gt; I think the POI info is filled in StyledConverter. This source snippet<br>&gt; &gt; shows the corresponding tags:<br>&gt; &gt;     private static final short countryTagKey =<br>&gt; &gt; TagDict.getInstance().xlate("mkgmap:country");<br>&gt; &gt;     private static final short regionTagKey =<br>&gt; &gt; TagDict.getInstance().xlate("mkgmap:region");<br>&gt; &gt;     private static final short cityTagKey =<br>&gt; &gt; TagDict.getInstance().xlate("mkgmap:city");<br>&gt; &gt;     private static final short postal_codeTagKey =<br>&gt; &gt; TagDict.getInstance().xlate("mkgmap:postal_code");<br>&gt; &gt;     private static final short streetTagKey =<br>&gt; &gt; TagDict.getInstance().xlate("mkgmap:street");<br>&gt; &gt;     private static final short housenumberTagKey =<br>&gt; &gt; TagDict.getInstance().xlate("mkgmap:housenumber");<br>&gt; &gt;     private static final short phoneTagKey =<br>&gt; &gt; TagDict.getInstance().xlate("mkgmap:phone");<br>&gt; &gt;<br>&gt; &gt; Be aware that some values like mkgmap:street and mkgmap:housenumber are<br>&gt; &gt; used for the --housenumbers<br>&gt; &gt; option as well, and others are used for the indexes.<br>&gt; &gt; I think the only tag that can be used for other purposes is mkgmap:phone.<br>&gt; &gt;<br>&gt; &gt; Gerd<br>&gt; &gt;<br>&gt; &gt;<br>&gt; &gt;&gt; From:<br>&gt; <br>&gt; &gt; Walter.Schloegl-Resch@<br>&gt; <br>&gt; &gt;&gt; To:<br>&gt; <br>&gt; &gt; mkgmap-dev@.org<br>&gt; <br>&gt; &gt;&gt; Date: Sat, 17 Jan 2015 00:24:11 +0100<br>&gt; &gt;&gt; Subject: Re: [mkgmap-dev] difference between addlabel and poi-address<br>&gt; &gt;&gt;<br>&gt; &gt;&gt; Hi WanMil,<br>&gt; &gt;&gt;<br>&gt; &gt;&gt; thanks, so I know now that my device can show address info but no<br>&gt; &gt;&gt; additional<br>&gt; &gt;&gt; label info.<br>&gt; &gt;&gt;<br>&gt; &gt;&gt; I am trying to add specific information to the field that is normaly used<br>&gt; &gt;&gt; for address.<br>&gt; &gt;&gt;<br>&gt; &gt;&gt; Is there any direct way via command or any indirect way via overrulement<br>&gt; &gt;&gt; of<br>&gt; &gt;&gt; special fields?<br>&gt; &gt;&gt;<br>&gt; &gt;&gt; I found one exampe 4.5 on page 29 of the Style rules docu,<br>&gt; &gt;&gt; but this is only showing how to overrule the postcode parameter.<br>&gt; &gt;&gt;<br>&gt; &gt;&gt; Walter<br>&gt; &gt;&gt;<br>&gt; &gt;&gt; -----Ursprüngliche Nachricht----- <br>&gt; &gt;&gt; From: WanMil<br>&gt; &gt;&gt; Sent: Friday, January 16, 2015 10:16 PM<br>&gt; &gt;&gt; To: Development list for mkgmap<br>&gt; &gt;&gt; Subject: Re: [mkgmap-dev] difference between addlabel and poi-address<br>&gt; &gt;&gt;<br>&gt; &gt;&gt; Hi Walter,<br>&gt; &gt;&gt;<br>&gt; &gt;&gt; you are right. POIs have address fields that are usually filled by<br>&gt; &gt;&gt; mkgmap and that is what you see.<br>&gt; &gt;&gt;<br>&gt; &gt;&gt; Each POI also have 4 label fields but usually only the first label is<br>&gt; &gt;&gt; shown (but that might also differ between differnent devices).<br>&gt; &gt;&gt;<br>&gt; &gt;&gt; WanMil<br>&gt; &gt;&gt;<br>&gt; &gt;&gt; &gt; I’m not sure but I think I am mixing 2 things up.<br>&gt; &gt;&gt; &gt; When I enable poi-address I can see the address field of the POI filled<br>&gt; &gt;&gt; &gt; with the address on my Oregon device.<br>&gt; &gt;&gt; &gt; When I set no-poi-address and try to fill the address field<br>&gt; &gt;&gt; individually<br>&gt; &gt;&gt; &gt; by using addlabel,<br>&gt; &gt;&gt; &gt; and do not see these labels in the POI address field.<br>&gt; &gt;&gt; &gt; Maybe addlabel is filling total different fields not available on my<br>&gt; &gt;&gt; &gt; Oregon.<br>&gt; &gt;&gt; &gt; Can anybody approve my assumption?<br>&gt; &gt;&gt; &gt; Is it right, that the Oregan is not displaying the 4 addlabel fields?<br>&gt; &gt;&gt; &gt; Walter<br>&gt; &gt;&gt; &gt;<br>&gt; &gt;&gt; &gt;<br>&gt; &gt;&gt; &gt; _______________________________________________<br>&gt; &gt;&gt; &gt; mkgmap-dev mailing list<br>&gt; &gt;&gt; &gt;<br>&gt; <br>&gt; &gt; mkgmap-dev@.org<br>&gt; <br>&gt; &gt;&gt; &gt; http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev<br>&gt; &gt;&gt; &gt;<br>&gt; &gt;&gt;<br>&gt; &gt;&gt; _______________________________________________<br>&gt; &gt;&gt; mkgmap-dev mailing list<br>&gt; &gt;&gt;<br>&gt; <br>&gt; &gt; mkgmap-dev@.org<br>&gt; <br>&gt; &gt;&gt; http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev<br>&gt; &gt;&gt;<br>&gt; &gt;&gt; _______________________________________________<br>&gt; &gt;&gt; mkgmap-dev mailing list<br>&gt; &gt;&gt;<br>&gt; <br>&gt; &gt; mkgmap-dev@.org<br>&gt; <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; --------------------------------------------------------------------------------<br>&gt; &gt; _______________________________________________<br>&gt; &gt; mkgmap-dev mailing list<br>&gt; <br>&gt; &gt; mkgmap-dev@.org<br>&gt; <br>&gt; &gt; http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev<br>&gt; &gt; _______________________________________________<br>&gt; &gt; mkgmap-dev mailing list<br>&gt; <br>&gt; &gt; mkgmap-dev@.org<br>&gt; <br>&gt; &gt; http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev<br>&gt; <br>&gt; <br>&gt; <br>&gt; <br>&gt; <br>&gt; --<br>&gt; View this message in context: <br>&gt; http://gis.19327.n5.nabble.com/elevation-data-tp5828381p5830423.html<br>&gt; Sent from the Mkgmap Development mailing list archive at Nabble.com.<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>