<p><b>@gravitystorm</b> requested changes on this pull request.</p>

<hr>

<p>In <a href="https://github.com/openstreetmap/openstreetmap-website/pull/1773#discussion_r182327819">app/views/browse/note.html.erb</a>:</p>
<pre style='color:#555'>> @@ -19,6 +19,11 @@
     <% end %>
   </div>
 
+  <div class="details geo">
+  <%= t 'browse.note.location' %>
+  <%= link_to(content_tag(:span, number_with_delimiter(@note.lat), :class => "latitude") + ", " + content_tag(:span, number_with_delimiter(@note.lon), :class => "longitude"), {:controller => 'site', :action => 'index', :anchor => "map=18/#{@note.lat}/#{@note.lon}"}) %>
</pre>
<p>When I view a note url directly (e.g. <a href="http://example.com/note/12345" rel="nofollow">http://example.com/note/12345</a>) it zooms to z15</p>
<p><a href="https://github.com/openstreetmap/openstreetmap-website/blob/30424e89d2c91922efb50f246b593cbbe43e220f/app/assets/javascripts/index/note.js#L104">https://github.com/openstreetmap/openstreetmap-website/blob/30424e89d2c91922efb50f246b593cbbe43e220f/app/assets/javascripts/index/note.js#L104</a></p>
<p>Should this also zoom to z15?</p>

<hr>

<p>In <a href="https://github.com/openstreetmap/openstreetmap-website/pull/1773#discussion_r182328450">app/views/browse/note.html.erb</a>:</p>
<pre style='color:#555'>> @@ -19,6 +19,11 @@
     <% end %>
   </div>
 
+  <div class="details geo">
+  <%= t 'browse.note.location' %>
+  <%= link_to(content_tag(:span, number_with_delimiter(@note.lat), :class => "latitude") + ", " + content_tag(:span, number_with_delimiter(@note.lon), :class => "longitude"), {:controller => 'site', :action => 'index', :anchor => "map=18/#{@note.lat}/#{@note.lon}"}) %>
</pre>
<p>Please use named routes where possible, e.g. root_path(:anchor => foo), rather than specifying controllers and actions in long-form. Named paths can be found by running <code>bundle exec rake routes</code> or visiting <a href="http://localhost:3000/rails/info/routes" rel="nofollow">http://localhost:3000/rails/info/routes</a> in development.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/openstreetmap/openstreetmap-website/pull/1773#pullrequestreview-113098998">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/ABWnLeG513ITYZ--mKvq9783SqZTIN7Eks5tpujzgaJpZM4SVnsC">mute the thread</a>.<img src="https://github.com/notifications/beacon/ABWnLVgGWFbXEVfhUemaI2tA9GaWS8PGks5tpujzgaJpZM4SVnsC.gif" height="1" width="1" alt="" /></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/pull/1773#pullrequestreview-113098998"></link>
  <meta itemprop="name" content="View Pull Request"></meta>
</div>
<meta itemprop="description" content="View this Pull Request on GitHub"></meta>
</div>

<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/openstreetmap/openstreetmap-website","title":"openstreetmap/openstreetmap-website","subtitle":"GitHub repository","main_image_url":"https://cloud.githubusercontent.com/assets/143418/17495839/a5054eac-5d88-11e6-95fc-7290892c7bb5.png","avatar_image_url":"https://cloud.githubusercontent.com/assets/143418/15842166/7c72db34-2c0b-11e6-9aed-b52498112777.png","action":{"name":"Open in GitHub","url":"https://github.com/openstreetmap/openstreetmap-website"}},"updates":{"snippets":[{"icon":"PERSON","message":"@gravitystorm requested changes on #1773"}],"action":{"name":"View Pull Request","url":"https://github.com/openstreetmap/openstreetmap-website/pull/1773#pullrequestreview-113098998"}}}</script>