<p>After merging <a href="https://github.com/openstreetmap/openstreetmap-website/issues/378" class="issue-link" title="Use a hash anchor for location/zoom persistence">#378</a> the "where am I" functionality is broken. The result list only shows the number "55" for Nominatim [was that supposed to be an error code or what?] and a "no results found" message for GeoNames.</p>
<p>The problem is that the calls to the reverse geocoders (<code>geocoder/description</code>) are incomplete:</p>
<pre><code>http://www.openstreetmap.org/geocoder/description_osm_nominatim
</code></pre>
<p>is called, but in order to work properly, the request must also include lat/lon/zoom:</p>
<pre><code>http://www.openstreetmap.org/geocoder/description_osm_nominatim?lat=41.90355&lon=12.45103&zoom=18
</code></pre>
<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/429'>view it on GitHub</a>.<img src='https://github.com/notifications/beacon/uTRSc6ihLa7Shf84BpiOpnjtj1WtvbkPnU4o99Y_6ULwGb3iaUGTFlCE9XxaCoLr.gif' height='1' width='1'></p>