<div dir="ltr">gerd <div>the reason behind my thinking was </div><div>if you do in order of country , state, region , suburb</div><div>you end up with a less of a download on pc </div><div>e.g. with basecamp and birdseye , imagery , if you do a 120 m pic it takes a while to download , but if you do a step down </div><div>from  high quality , big area , to high quakity small area , it does not take a lot of  downloading power .</div><div><br></div><div>is this the same in the osm mapping </div><div>.eg  you do a level 9 for suburb , and it takes a lot to produce , but a 5-9 does not ?</div><div><br></div><div>Stephen </div><div><br></div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Sun, Jun 7, 2015 at 2:15 PM, 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">Hi all,<br><br>it seems that I have to explain a few more details.<br><br>The inc/address file contains rules which set the tags<br>like mkgmap:country, mkgmap:region, mkgmap:city and <br>so on. <br>These tags are used in two different ways:<br>1) for housenumber processing<br>2) to fill the corresponding fields of POIs <br><br>With my initial post I just wanted to point out that we have a lot<br>of redundant rules, and the patch posted here<br><a href="http://gis.19327.n5.nabble.com/Patch-v1-simplify-address-rules-tp5847326.html" target="_blank">http://gis.19327.n5.nabble.com/Patch-v1-simplify-address-rules-tp5847326.html</a><br>shows which rules I mean.<br><br>In the meantime Minko suggested to modify the rule for BEL instead of removing it.<br><br>The general rules implemented in the file are:<br>mkgmap:admin_level2 : mkgmap:country (this is the 3 character ISO code, e.g. GER for Germany)<br>mkgmap:admin_level6,5,4,3  : mkgmap:region (meaning depends on country)<br>mkgmap:admin_level8,7,9,10 : mkgmap:city<br><br>A rather simple test to find out if the implemented rules are good is<br>to compare addr:city with mkgmap:city.<br>Add a line like this at the end of inc/address:<br>mkgmap:city!=* &amp; addr:city!=* &amp; addr:city != ${mkgmap:city} { echotags &quot;city name?&quot; }<br> <br>and check the messages. When all rules are OK and the boundary file is up to date<br>(and also OK) only a few messages should be printed, most of them showing different spelling<br>of the same name.<br><br>If you see many lines where the names in mkgmap:city and addr:city are totally different <br>this is a hint that either the rules are not OK or that boundaries are missing/wrong.<br><br>Gerd<br><br><br><div>From: <a href="mailto:gdt@ir.bbn.com" target="_blank">gdt@ir.bbn.com</a><br>To: <a href="mailto:steve.sgalowski@gmail.com" target="_blank">steve.sgalowski@gmail.com</a><br>Date: Sat, 6 Jun 2015 20:21:05 -0400<br>CC: <a href="mailto:mkgmap-dev@lists.mkgmap.org.uk" target="_blank">mkgmap-dev@lists.mkgmap.org.uk</a><br>Subject: Re: [mkgmap-dev] superfluous country specific rules in inc/address?<br><br><pre> <br>Steve Sgalowski &lt;<a href="mailto:steve.sgalowski@gmail.com" target="_blank">steve.sgalowski@gmail.com</a>&gt; writes:<br> <br>&gt; mkgmap:country  admin level 5<br>&gt;<br>&gt; then mkgmap:state admin level 6<br>&gt; mkgmap:region admin level 7<br>&gt; postcode sdmin level 8<br>&gt; suburb  level 9, 10<br> <br>My quick reaction is that which admin_level corresponds to which parts<br>of an address varies by region.  In my part of the US, state is level4,<br>city/town is level8, and that&#39;s really all there is in address.<br>Whether a (legal) city/town is &quot;suburb&quot;, &quot;city&quot;, &quot;town&quot;, &quot;village&quot;,<br>etc. is based on size and relationship to larger entities.<br> <br>Around me only two cities have admin_level 10 boundaries.  One calls<br>them neighborhoods or villages, not suburbs.  Sometimes they show up in<br>postal addresses.<br> <br>So really I wonder if this means that the address component rules should<br>be encoded on the boundary, something like &quot;addresses within this<br>polygon inherit name_component_foo=bar&quot;.<br> <br>I am leaning to having addresses have everything (in the US) below state<br>explicit, to avoid this.<br> <br> <br></pre><br>_______________________________________________
mkgmap-dev mailing list
<a href="mailto:mkgmap-dev@lists.mkgmap.org.uk" target="_blank">mkgmap-dev@lists.mkgmap.org.uk</a>
<a href="http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev" target="_blank">http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev</a></div>                                               </div></div>
<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>