Hi Ben,<div><br></div><div>The latest maps you&#39;ve created are working well - I can find addresses in NYC. </div><div><br></div><div>The address search isn&#39;t quite as fluid as the Garmin maps, but perhaps this is related to how the map file is created. For &quot;311 W 51st St&quot;, I must enter in &quot;W 51&quot; in order to find the street. With a Garmin map, I can input &#39;50&#39;, and it will show me a list of streets and avenues. </div><div><br></div><div>I&#39;m not sure how streets names are shortened. In OSM, we have &#39;West 51st Street&#39; and that becomes &#39;W 50st St&#39;. However, when it&#39;s part of a route, it doesn&#39;t get shortened. Hence &#39;<a href="http://www.openstreetmap.org/way/44763890">West 178th Street</a>&#39; is listed as &#39;West 178th Street (US 9)&#39;. Since not all West&#39;s becomes W, one can&#39;t guess correctly which one to use. Sometimes names are shortened too much, as in &#39;West Lane&#39; becomes &#39;W Ln&#39;, but I can&#39;t find any code which is doing this either. </div><div><br></div><div>I&#39;ve also been compiling my own map of the northeast, but with less success than when I use your weekly map. The main issue I&#39;m having right now is I can only find cities by searching in all-caps. This is quite odd because the cities are shown in mixed case. If I search for NEW YORK, I&#39;m able to find addresses, just like I can on your map. However, searching for &#39;New york&#39;, &#39;New York&#39;, or &#39;Ne&#39; yields no results. I&#39;ve tried including / excluding the &quot;--lower-case&quot; flag, but it makes no difference on my Nuvi 1450. Any idea what is causing the issue with the case while searching?</div><div><br></div><div>Thanks,</div><div>Brian</div><div><br><br><div class="gmail_quote">On Fri Oct 24 2014 at 4:52:51 PM Ben Konrath &lt;<a href="mailto:ben@bagu.org">ben@bagu.org</a>&gt; wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div><div><div>Brian: Address search in the US map from 2014.10.23 should now works for New York. I&#39;ve tested it in simulation mode but it would be great if you could test it out to confirm it&#39;s working as well. Thanks for pointing out the issue. <br><br></div>Gerd: I&#39;ve attached a patch that I&#39;m using to fix the New York address search. I&#39;ve also included a small change in Canada and the US which removes the &#39;City of&#39; in front of city names when it&#39;s there. Nobody uses the official &#39;City of&#39; form of city names so it doesn&#39;t make sense to have it in the default style. Let me know if there are any issues.<br><br></div>Thanks, Ben<br></div><div><div><div><br><br></div></div></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Oct 21, 2014 at 11:39 AM, Gerd Petermann <span dir="ltr">&lt;<a href="mailto:gpetermann_muenchen@hotmail.com" target="_blank">gpetermann_muenchen@hotmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">


<div><div dir="ltr">Just noticed that I sent this to Greg only...<br><br>Gerd<br><br><div><hr>From: <a href="mailto:gpetermann_muenchen@hotmail.com" target="_blank">gpetermann_muenchen@hotmail.com</a><br>To: <a href="mailto:gdt@ir.bbn.com" target="_blank">gdt@ir.bbn.com</a><br>Subject: RE: [mkgmap-dev] mkgmap in NYC<br>Date: Tue, 21 Oct 2014 09:25:45 +0200<br><br>


<div dir="ltr">Hi Greg,<br><br>I thought about this. The precompiled bounds contain the needed info,<br>it is the LocationHook that fills the tags like <span>mkgmap:admin_level6.<br>The LocationHook uses the --name-tag-list option to decide which<br>value is used.<br>It would be possible to fill an additional set of tags like<br></span><span><span>mkgmap:admin_level-alt-2 .. </span></span><span><span><span><span>mkgmap:admin_level-alt-11</span></span>,<br></span>but I don&#39;t see much use in this.<br>If I got it right, all we need for New York are a five rules like this:<br></span><span><span>mkgmap:country=USA &amp; mkgmap:city!=* &amp; </span></span><span>mkgmap:admin_level5=New York City &amp; </span><br><span><span>mkgmap:admin_level6=New York County { set mkgmap:city=Manhattan } </span><br></span><span><span><span>mkgmap:country=USA &amp; mkgmap:city!=* &amp; </span></span><span>mkgmap:admin_level5=New York City &amp; </span><br><span><span>mkgmap:admin_level6=</span></span></span><span><span><span>Kings County { set mkgmap:city=Brooklyn } </span><br>...<br><br></span>With the additional alt_name values it would be one rule like this:<br></span><span><span><span>mkgmap:country=USA &amp; mkgmap:city!=* &amp; </span></span><span>mkgmap:admin_level5=New York City {set mkgmap:city=&#39;${mkgmap:admin_level-alt-6}&#39; }</span></span><span><span><br>(note that the rule doesn&#39;t check if the alt-name is filled)<br><br>Are there more places where this could be used?<br><br></span>Gerd<br></span><br><div>&gt; From: <a href="mailto:gdt@ir.bbn.com" target="_blank">gdt@ir.bbn.com</a><br>&gt; To: <a href="mailto:gpetermann_muenchen@hotmail.com" target="_blank">gpetermann_muenchen@hotmail.com</a><br>&gt; CC: <a href="mailto:mkgmap-dev@lists.mkgmap.org.uk" target="_blank">mkgmap-dev@lists.mkgmap.org.uk</a><span><br>&gt; Subject: Re: [mkgmap-dev] mkgmap in NYC<br></span>&gt; Date: Mon, 20 Oct 2014 08:37:36 -0400<div><div><br>&gt; <br>&gt; <br>&gt; Gerd Petermann &lt;<a href="mailto:gpetermann_muenchen@hotmail.com" target="_blank">gpetermann_muenchen@hotmail.com</a>&gt; writes:<br>&gt; <br>&gt; &gt; [1] This is because we use so called &quot;precompiled boundaries&quot;, and changing them like that would<br>&gt; &gt; require hard coded rules in the source.<br>&gt; <br>&gt; That might be the right place to fix this.  Unfortunately New York<br>&gt; really is a weird case (I don&#39;t know of any other such case in the US),<br>&gt; but arguably it&#39;s important because a lot of people live there :-)<br></div></div></div>                                               </div></div>                                               </div></div>
<br>_______________________________________________<br>
mkgmap-dev mailing list<br>
<a href="mailto:mkgmap-dev@lists.mkgmap.org.uk" target="_blank">mkgmap-dev@lists.mkgmap.org.uk</a><br>
<a href="http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev" target="_blank">http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev</a><br></blockquote></div><br></div>
______________________________<u></u>_________________<br>
mkgmap-dev mailing list<br>
<a href="mailto:mkgmap-dev@lists.mkgmap.org.uk" target="_blank">mkgmap-dev@lists.mkgmap.org.uk</a><br>
<a href="http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev" target="_blank">http://www.mkgmap.org.uk/<u></u>mailman/listinfo/mkgmap-dev</a></blockquote></div></div>