<div dir="ltr"><div><div><div>Hi everybody,<br><br>Thanks for helping out with this issue. @Brian you can also just send me a message direct about issues related to the maps I make. I have some changes in the style file so the people on this list won&#39;t always be able to help out. But now that we&#39;re talking on this list, I hope other don&#39;t mind if we continue. <br><br></div><div>I do actually have some changes for the US and NYC that I have been meaning to contribute to mkgmap. Now&#39;s probably a good time to see if this it makes sense. <br><br></div><div>Here are my rules for the US:<br><br></div># United States<br>mkgmap:country=USA &amp; mkgmap:region!=* &amp; mkgmap:admin_level4=* { set mkgmap:region=&#39;${mkgmap:admin_level4}&#39; }<br># New York City has different admin levels than the rest of the US.<br># <a href="https://wiki.openstreetmap.org/wiki/United_States_admin_level">https://wiki.openstreetmap.org/wiki/United_States_admin_level</a><br>mkgmap:country=USA &amp; mkgmap:city!=* &amp; mkgmap:admin_level6=* &amp; (name=&#39;Manhattan&#39; | alt_name=&#39;Manhattan&#39;) { set mkgmap:city=&#39;New York&#39; }<br>mkgmap:country=USA &amp; mkgmap:city!=* &amp; mkgmap:admin_level6=* &amp; (name=&#39;The Bronx&#39; | alt_name=&#39;The Bronx&#39;) { set mkgmap:city=&#39;The Bronx&#39; }<br>mkgmap:country=USA &amp; mkgmap:city!=* &amp; mkgmap:admin_level6=* &amp; (name=&#39;Brooklyn&#39;| alt_name=&#39;Brooklyn&#39;) { set mkgmap:city=&#39;Brooklyn&#39; }<br>mkgmap:country=USA &amp; mkgmap:city!=* &amp; mkgmap:admin_level6=* &amp; (name=&#39;Queens&#39; | alt_name=&#39;Queens&#39;) { set mkgmap:city=&#39;Queens&#39; }<br>mkgmap:country=USA &amp; mkgmap:city!=* &amp; mkgmap:admin_level6=* &amp; (name=&#39;Staten Island&#39; | alt_name=&#39;Staten Island&#39;) { set mkgmap:city=&#39;Staten Island&#39; }<br>mkgmap:country=USA &amp; mkgmap:city!=* &amp; mkgmap:admin_level8=* { set mkgmap:city=&#39;${mkgmap:admin_level8|subst:City of }&#39; }<br><br></div>I just tried to find 311 W 51 St. in New York but it didn&#39;t work as Brian pointed out. Can anybody see an obvious problem with my rules? Do I need to compile the bounds myself for this rule to work?<br><br></div><div>Once I get this working properly, I can make a proper patch.<br></div><div><br></div>Thanks, Ben<br><div><div><br><br></div></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Oct 20, 2014 at 2:37 PM, Greg Troxel <span dir="ltr">&lt;<a href="mailto:gdt@ir.bbn.com" target="_blank">gdt@ir.bbn.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class=""><br>
Gerd Petermann &lt;<a href="mailto:gpetermann_muenchen@hotmail.com">gpetermann_muenchen@hotmail.com</a>&gt; writes:<br>
<br>
&gt; [1] This is because we use so called &quot;precompiled boundaries&quot;, and changing them like that would<br>
&gt; require hard coded rules in the source.<br>
<br>
</span>That might be the right place to fix this.  Unfortunately New York<br>
really is a weird case (I don&#39;t know of any other such case in the US),<br>
but arguably it&#39;s important because a lot of people live there :-)<br>
<br>_______________________________________________<br>
mkgmap-dev mailing list<br>
<a href="mailto:mkgmap-dev@lists.mkgmap.org.uk">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>