<div class="gmail_quote" dir="auto"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I’m encouraged by this:</blockquote><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><br>>”3. removes superfluous country ISO-code. Country boundaries information<br>
   is already available in the OSM > database, data users can just use a<br>
   (reverse) geocoder to find where a street is.<br>
   (I wrote Java library recently that does this offline in ~0.1ms)”</blockquote><div dir="auto"><br></div><div dir="auto">Does this offline reverse geo coding calculation require downloading the global admin_level=2 boundary data? Is it a reasonable amount of data?</div><div dir="auto"><br></div><div dir="auto">Does it take 0.1ms per node, or can several highway segments be checked in the same calculation?</div><div dir="auto"><br></div><div dir="auto">I imagine the same calculation could be used for other default calculations, like the default language format, </div><div dir="auto"><br></div><div dir="auto">Or it could be used to display certain features differently in different countries: e.g. don’t use a cross symbol for hospitals in Saudi Arabia.</div><div dir="auto"><br></div><div dir="auto">For the USA, how quickly can you reverse geocode admin_levels 2, 4, 6 and 8 for a road? (National, State, County and Municipal) </div><div dir="auto"><br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><br></blockquote></div>