<p>OSM should somehow show you the country, region, and city you’re currently zoomed in on. It’d be especially useful when you follow a link and have no idea what part of the map it’s pointing to.</p>

<p>Bing and Multimap provide this context as a dynamic “breadcrumb” at the top of the map. Nominatim is also capable of providing data for a breadcrumb, but the comments in <a href="https://github.com/openstreetmap/openstreetmap-website/pull/85" class="issue-link" title="This removes the whereami functionality.">#85</a> indicate that querying every time you pan or zoom would put too much strain on the geocoder. We should consider a less expensive way to provide context, such as:</p>

<ol class="task-list">
<li>Make the breadcrumb perhaps less specific than it could be, and only update it after panning a few screens over.</li>
<li>Display a specific breadcrumb, but as soon as you pan or zoom, change the wording to “<em>X</em> km from <em>Y</em>, <em>Z</em>” and show a Refresh button.</li>
<li>When clicking or mousing over the “Query features” button, briefly show the current breadcrumb. The “Query features” button is currently disabled at z13 and below, so this would give the button something to do when you’ve zoomed too far out to perform an overpass query. We could call the button “What am I looking at?”</li>
<li>Include a breadcrumb in the Legend or Share panels. (The Legend panel could have entries for the different administrative boundary patterns, each one labeled with the administrative boundary you’re currently in.)</li>
</ol>

<p>The lack of a breadcrumb is sometimes cited on the talk-us mailing list as one reason to insist that <code>ref</code>s on state highways indicate the region unambiguously (e.g., “FL 123” in Florida), even where local usage differs (like “SR 123” in some U.S. states). But that tagging rule wouldn’t really solve the problem it’s supposed to. For example, if you’re looking at a city’s central business district or deep within a national park, there may be no state highway within view to tell you which state you’re in. It also isn’t universally agreed that the <code>ref</code> of a highway way should be responsible for providing this information.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br>Reply to this email directly or <a href="https://github.com/openstreetmap/openstreetmap-website/issues/848">view it on GitHub</a>.<img alt="" height="1" src="https://github.com/notifications/beacon/ABWnLcEgWjiwUrSh40T5qa_mOCcMM3cUks5nTBE-gaJpZM4DCSZN.gif" width="1" /></p>
<div itemscope itemtype="http://schema.org/EmailMessage">
  <div itemprop="action" itemscope itemtype="http://schema.org/ViewAction">
    <link itemprop="url" href="https://github.com/openstreetmap/openstreetmap-website/issues/848"></link>
    <meta itemprop="name" content="View Issue"></meta>
  </div>
  <meta itemprop="description" content="View this Issue on GitHub"></meta>
</div>