<html>
<head>
</head>
<body class='hmmessage'><div dir='ltr'>

<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style>
<div dir="ltr">Hi all,<br><br>seems nobody else is interested ?<br>If I got it right, the combination<br>addr:place=* &amp; addr:housenumber=* &amp; addr:street!=* <br>is not often used, mappers seem to prefer to <br>give all streets in a hamlet the name of the hamlet,<br>so that they can use the normal scheme with<br>addr:housenumber=* &amp; addr:street=* <br><br>I used osmfilter on europe<br>osmfilter.exe europe.o5m --keep="addr:place= and addr:housenumber=" --drop="addr:street=" -o=addr_place.o5m<br>and found that most elements are in and around <br>the Czech Republic (I see more housenumbers with addr:place than with addr:street)<br><br>So, I wonder if those users who create maps for this area found<br>a trick to make address search (with housenumbers) work?<br><br>@WanMil:<br>I must confess that I did not fully understand your initial post in 2013.<br><br>Gerd<br><br><div>&gt; Date: Thu, 11 Dec 2014 21:24:36 +0100<br>&gt; From: wmgcnfg@web.de<br>&gt; To: mkgmap-dev@lists.mkgmap.org.uk<br>&gt; Subject: Re: [mkgmap-dev] addr:place and housenumbers<br>&gt; <br>&gt; Hi Gerd,<br>&gt; <br>&gt; some time ago I asked if anybody is interested in adding place <br>&gt; boundaries to the precompiled boundaries <br>&gt; (http://www.mkgmap.org.uk/pipermail/mkgmap-dev/2013q2/018003.html).<br>&gt; <br>&gt; I never got a feedback (apart from you) about that so I didn't realize it.<br>&gt; <br>&gt; Your idea expands my idea in creating virtual bounds on the fly based on <br>&gt; node data. My personal opinion is that this supports insufficient <br>&gt; tagging - polygons for hamlets should be created in the OSM DB if are <br>&gt; required - but there seem to be regions where evaluating this tagging <br>&gt; might improve address data a lot.<br>&gt; <br>&gt; My ideas for your thoughts:<br>&gt; For step 2 you can use an algorithm that creates the smallest polygon <br>&gt; around the node set. I don't remember a name of such an algorithm but <br>&gt; you should find one on wikipedia. After that you can increase the <br>&gt; polygons to march upon the neighbour hamlet polygon with an upper <br>&gt; expansion limit (500m?).<br>&gt; <br>&gt; This step might also be perfomed while preprocessing the bounds so it <br>&gt; will not decrease the map creation time very much.<br>&gt; <br>&gt; WanMil<br>&gt; <br>&gt; &gt; Hi all,<br>&gt; &gt;<br>&gt; &gt; I have an idea how to support the evaluation of the addr:place tag.<br>&gt; &gt; I first thought this can all be done with a few rules in the style, but<br>&gt; &gt; it seems that<br>&gt; &gt;   the boundaries don't contain the hamlet boundaries, so it is difficult<br>&gt; &gt; to find the<br>&gt; &gt; matching names for streets and nodes.<br>&gt; &gt;<br>&gt; &gt; Idea:<br>&gt; &gt; Step 1:<br>&gt; &gt; - collect all nodes with addr:housenumber=* and addr:place=* and<br>&gt; &gt; addr:street!=*<br>&gt; &gt; - collect all nodes with place=hamlet and name=*<br>&gt; &gt; - collect all unnamed roads<br>&gt; &gt; Step 2:<br>&gt; &gt; For each hamlet, calculate the area (bbox or maybe a circle) containing<br>&gt; &gt; the corresponding<br>&gt; &gt; addr:place nodes (the place=hamlet nodes should help in case that there<br>&gt; &gt; are two or more<br>&gt; &gt; hamlets with the same name in one tile)<br>&gt; &gt; Step 3: Find out the unnamed streets in these areas. Give them the name<br>&gt; &gt; of the hamlet<br>&gt; &gt; and interpret the addr:place tag in the nodes like mkgmap:street (using<br>&gt; &gt; the normal housenumber<br>&gt; &gt; routines)<br>&gt; &gt;<br>&gt; &gt; Is anybody interested in that?<br>&gt; &gt;<br>&gt; &gt; Gerd<br>&gt; &gt;<br>&gt; &gt;<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></div></div>
                                               </div></body>
</html>