<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Oct 18, 2017 at 12:52 PM, Tod Fitch <span dir="ltr"><<a href="mailto:tod@fitchdesign.com" target="_blank">tod@fitchdesign.com</a>></span> wrote:</div><div class="gmail_quote"><br></div><div class="gmail_quote">Tod,</div><div class="gmail_quote"><br></div><div class="gmail_quote">Thank you for your help in Arizona--mostly metro Phoenix.  I think that we need to ask MapBox to revise the 2017 Tiger layer.  There were short ways without names in Tiger 2017 that both the Tiger 2014  and Tiger 2015 layers have/had.  It was a mistake for them to remove 2015.  That is why you could not find some of the names with the 2017 layer.</div><div class="gmail_quote"><br></div><div class="gmail_quote">He! He!  You left me some great challenges.  I think those are best consume in small changes.  Thanks also for the overpass query.</div><div class="gmail_quote"><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I think I got them all. The ones that had a name on the Tiger 2017 overlay at least. The ones that did not have a Tiger name (looks to be mostly service roads) I changed to “fixme=chdr_USA_AZ_name_fixup_<wbr>required”<br>
<br>
<br>
Here is a search for those:<br>
<br>
/*<br>
This query looks for nodes, ways and relations<br>
with the given key/value combination.<br>
Choose your region and hit the Run button above!<br>
*/<br>
[out:xml]/*fixed by auto repair*/[timeout:25];<br>
// gather results<br>
(<br>
  // query part for: “name=chdr_USA_AZ_name_fixup_<wbr>required”<br>
  node["fixme"="chdr_USA_AZ_<wbr>name_fixup_required"](31.<wbr>259769987394286,-116.<wbr>56494140625001,37.<wbr>309014074275915,-108.<wbr>06152343749999);<br>
  way["fixme"="chdr_USA_AZ_name_<wbr>fixup_required"](31.<wbr>259769987394286,-116.<wbr>56494140625001,37.<wbr>309014074275915,-108.<wbr>06152343749999);<br>
  relation["fixme"="chdr_USA_AZ_<wbr>name_fixup_required"](31.<wbr>259769987394286,-116.<wbr>56494140625001,37.<wbr>309014074275915,-108.<wbr>06152343749999);<br>
);<br>
// print results<br>
out meta;/*fixed by auto repair*/<br>
>;<br>
out meta qt;/*fixed by auto repair*/<br>
<div class="HOEnZb"><div class="h5"><br>
<br></div></div></blockquote></div></div></div>