<p>This simplifies the implementation, allows code sharing with "Where am I?", and produces friendlier results for lat/lon searches (actual reverse geocode results rather than a raw lat/lon display).</p>

<hr>

<h4>You can merge this Pull Request by running</h4>
<pre>  git pull https://github.com/jfirebaugh/openstreetmap-website reverse-geocoder</pre>
<p>Or view, comment on, or merge it at:</p>
<p>  <a href='https://github.com/openstreetmap/openstreetmap-website/pull/509'>https://github.com/openstreetmap/openstreetmap-website/pull/509</a></p>

<h4>Commit Summary</h4>
<ul>
  <li>Remove vestigial routes</li>
  <li>Use reverse geocoders for any lat/lon queries</li>
</ul>

<h4>File Changes</h4>
<ul>
  <li>
    <strong>M</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/509/files#diff-0">app/assets/javascripts/index/search.js</a>
    (1)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/509/files#diff-1">app/controllers/geocoder_controller.rb</a>
    (115)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/509/files#diff-2">app/views/geocoder/description.html.erb</a>
    (13)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/509/files#diff-3">app/views/geocoder/search.html.erb</a>
    (2)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/509/files#diff-4">app/views/site/_search.html.erb</a>
    (2)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/509/files#diff-5">config/locales/en.yml</a>
    (3)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/509/files#diff-6">config/routes.rb</a>
    (8)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/509/files#diff-7">test/functional/geocoder_controller_test.rb</a>
    (112)
  </li>
</ul>

<h4>Patch Links:</h4>
<ul>
  <li><a href='https://github.com/openstreetmap/openstreetmap-website/pull/509.patch'>https://github.com/openstreetmap/openstreetmap-website/pull/509.patch</a></li>
  <li><a href='https://github.com/openstreetmap/openstreetmap-website/pull/509.diff'>https://github.com/openstreetmap/openstreetmap-website/pull/509.diff</a></li>
</ul>