<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 Andrzej,<br><br>it seems easy to use the information provided by the relation.<br>I'll have a look at it.<br>The current algo searches for the closest street, so I think that the<br>evaluation of the relation will only help in cases were a building<br>is close to one street but the relation says that the address is another<br>one.<br><br>Gerd<br><br><div>&gt; Date: Sun, 30 Nov 2014 14:25:03 +0100<br>&gt; From: popej@poczta.onet.pl<br>&gt; To: mkgmap-dev@lists.mkgmap.org.uk<br>&gt; Subject: [mkgmap-dev] relation associatedStreet<br>&gt; <br>&gt; Hi,<br>&gt; <br>&gt; I can't find references in mkgmap code to relation associatedStreet. Is <br>&gt; it supported?<br>&gt; http://wiki.openstreetmap.org/wiki/Relation:associatedStreet<br>&gt; <br>&gt; This relation bounds houses to streets. I think it should be used by <br>&gt; mkgmap to add housenumbers to streets. Relation can't be described in <br>&gt; style, since it is defined basing on members role instead of tags. <br>&gt; Example of use could be following:<br>&gt; <br>&gt; &lt;node id="101" Lat="12.31" Lon="4.56"&gt;<br>&gt;    &lt;tag k="addr:housenumber" v="5"/&gt;<br>&gt; &lt;/node&gt;<br>&gt; <br>&gt; &lt;way id="12"&gt;<br>&gt;    &lt;nd ref="200"&gt;<br>&gt;    &lt;nd ref="201"&gt;<br>&gt;    &lt;tag k="highway" v="tertiary"/&gt;<br>&gt;    &lt;tag k="name" v="Long Street"/&gt;<br>&gt; &lt;/node&gt;<br>&gt; <br>&gt; &lt;relation id="3"&gt;<br>&gt;    &lt;member type="node" ref="101" role="house" /&gt;<br>&gt;    &lt;member type="way" ref="12" role="street" /&gt;<br>&gt;    &lt;tag k="type" v="associatedStreet" /&gt;<br>&gt; &lt;/relation&gt;<br>&gt; <br>&gt; Can mkgmap find that house number 5 belongs to Long Street?<br>&gt; <br>&gt; -- <br>&gt; Best regards,<br>&gt; Andrzej<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>