<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 Carlos,<br><br>today I revieved the source and found that my statement was<br>no longer true, mkgmap "knows" the roads and can ignore the <br>capitalization. My argument was based on a previous version in the <br>housenumber2 branch.<br>The attached patch will solve many, but probably not all cases.<br>Instead of<br>WARN: uk.me.parabola.mkgmap.osmstyle.housenumber.HousenumberRoad&nbsp; e:\osm_out_work\niedersachsen\20150810_082633\63240021.o5m: found no plausible road for address Am kleinen Esch 1D(0) http://www.openstreetmap.org/node/1601720743<br><br>it will now print<br>WARN: uk.me.parabola.mkgmap.osmstyle.housenumber.HousenumberGenerator&nbsp; e:\osm_out_work\niedersachsen\20150810_082633\63240021.o5m: accepting match in spite of different capitalization Am Kleinen Esch 1D (http://www.openstreetmap.org/browse/way/43561741) house: http://www.openstreetmap.org/node/1601720743<br>and it will use the address.<br><br>I did not check special cases, e.g. when there are multiple close roads with different spelling.<br>Also, addr:interpolation ways with different spelling may not yet fully work,<br>but it should help in most cases.<br><br>A binary is here:<br><code><a href="http://files.mkgmap.org.uk/download/275/mkgmap.jar" target="_blank">http://files.mkgmap.org.uk/download/275/mkgmap.jar</a><br><br></code>Gerd<br><br><div>&gt; Date: Sun, 16 Aug 2015 17:20:38 +0200<br>&gt; From: cdavilam@orangecorreo.es<br>&gt; To: mkgmap-dev@lists.mkgmap.org.uk<br>&gt; Subject: Re: [mkgmap-dev] addr:street and street name matching for house number searchs<br>&gt; <br>&gt; OK, I see, not an easy matter. I will then have to deal with the nearly <br>&gt; 90.000 lines of this type in my log for Spain;-)<br>&gt; <br>&gt; El 13/08/15 a las 08:10, Gerd Petermann escribió:<br>&gt; &gt; Hi Carlos,<br>&gt; &gt;<br>&gt; &gt; not sure what to do here. See first this discussion:<br>&gt; &gt; http://gis.19327.n5.nabble.com/address-search-and-case-significance-of-street-name-tp5840995.html<br>&gt; &gt;<br>&gt; &gt; My problem reg. suppression of certain messages is that current code <br>&gt; &gt; in mkgmap<br>&gt; &gt; is not able to find a nearly matching road name, so it has no way to say<br>&gt; &gt; "differs only in capitalization" or maybe "differs only slightly",<br>&gt; &gt; it just doesn't find a road.<br>&gt; &gt;<br>&gt; &gt; Gerd<br>&gt; &gt;<br>&gt; &gt; &gt; Date: Wed, 12 Aug 2015 13:54:51 +0200<br>&gt; &gt; &gt; From: cdavilam@orangecorreo.es<br>&gt; &gt; &gt; To: mkgmap-dev@lists.mkgmap.org.uk<br>&gt; &gt; &gt; Subject: [mkgmap-dev] addr:street and street name matching for house <br>&gt; &gt; number searchs<br>&gt; &gt; &gt;<br>&gt; &gt; &gt; HousenumberRoad throws a warning when addr:street from a node and name<br>&gt; &gt; &gt; of the street the node is next to are not equal, even if they differ<br>&gt; &gt; &gt; only in the capitalization. See for example nodes<br>&gt; &gt; &gt; http://www.openstreetmap.org/node/2486105470 and<br>&gt; &gt; &gt; http://www.openstreetmap.org/node/2486105464 (addr:street=carrer del<br>&gt; &gt; &gt; Montseny) which are next to way <br>&gt; &gt; http://www.openstreetmap.org/way/8590864<br>&gt; &gt; &gt; with name=Carrer del Montseny. One of the names is more correct than <br>&gt; &gt; the<br>&gt; &gt; &gt; other but, having in mind that Garmin changes capitalization<br>&gt; &gt; &gt; arbitrarily, I'm not sure if we should keep these warnings.<br>&gt; &gt; &gt; Another case to discuss is when one of addr:street or way name contains<br>&gt; &gt; &gt; special letters and the other one not (eg. Asturies vs Astúries). Here<br>&gt; &gt; &gt; one of the names is wrongly written and should be corrected in OSM <br>&gt; &gt; data,<br>&gt; &gt; &gt; so may be worth keeping the warning.<br>&gt; <br>&gt; -- <br>&gt; Por favor, no me envíe documentos con extensiones .doc, .docx, .xls, .xlsx, .ppt, .pptx, .mdb, mdbx<br>&gt; Instale LibreOffice desde http://es.libreoffice.org/descarga/<br>&gt; LibreOffice es libre: se puede copiar, modificar y redistribuir libremente. Gratis y totalmente legal.<br>&gt; LibreOffice está en continuo desarrollo y no tendrá que pagar por las nuevas versiones.<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>