<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On Sat, Nov 1, 2014 at 6:03 PM, Brian Egge <span dir="ltr">&lt;<a href="mailto:brianegge@gmail.com" target="_blank">brianegge@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">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></blockquote><div><br></div><div>Interesting. I don&#39;t know the details of the implementation of the address search in mkgmap so I don&#39;t know what the Garmin maps are more flexible. Does anybody have any ideas?<br></div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><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" target="_blank">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.</div></blockquote><div><br><div>I have some rules in my style file to shorten the names<br><br>highway=* { name &#39;${name|subst: Street=&gt; St|subst: Avenue=&gt; Ave| ... |subst:Ouest =&gt;O }&#39; }<br><br></div><div>I can give you the whole list I use if you&#39;re interested. This rule is in resources/styles/default/lines but I&#39;m not sure why the street name doesn&#39;t get shortened when it&#39;s part of a route. <br></div><br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div>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></blockquote><div><br></div>This is a bug in my implementation of the shortening. Fixing this issue is on my TODO list.<br><br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><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></blockquote><div><br></div><div>I&#39;ve never seen this. Here are the options that I&#39;m using for splitter / mkgmap.<br><br>java -Xmx7500M -jar ~/osm/splitter/dist/splitter.jar --geonames-file=~/osm/data/cities1000.zip --precomp-sea=~/osm/data/sea_20141027.zip --output=o5m --mapid=24244000 --max-threads=1 --status-freq=0 --max-areas=50 united-states-141029.o5m<br><br>java -Xmx7500M -jar -Dlog.config=~/osm/confs/logging.properties ~/osm/mkgmap/dist/mkgmap.jar --latin1 --gmapsupp --index --route --min-size-polygon --series-name=&quot;OSM United States 2014.10.29&quot; --family-name=&quot;OpenStreetMap United States 2014.10.29&quot; --location-autofill=bounds,is_in,nearest --remove-ovm-work-files --bounds=~/osm/data/bounds_20141027.zip --precomp-sea=~/osm/data/sea_20141027.zip --generate-sea --add-pois-to-areas --process-destination --process-exits --pois-to-areas-placement=entrance=main;entrance=yes;building=entrance --check-roundabout-flares --remove-short-arcs --family-id=24244 --product-id=1 --make-opposite-cycleways --drive-on-right --check-roundabouts --housenumbers -c template.args --description=&quot;OSM United States 2014.10.29&quot;<br></div><div> <br></div><div>Hopefully this will help you out. You should definitely be able to get a usable map for a smaller region of the US. <br><br></div><div>Ben<br></div></div><br></div></div>