X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/97aefa23d0606edaee71d04cf6c1a2006689b1fa..3d906fe8c6303c00e399ce2dfecc3471959fbe6e:/app/views/browse/_node_details.rhtml diff --git a/app/views/browse/_node_details.rhtml b/app/views/browse/_node_details.rhtml index e3d11e0fe..80680fcb1 100644 --- a/app/views/browse/_node_details.rhtml +++ b/app/views/browse/_node_details.rhtml @@ -2,13 +2,18 @@ <%= render :partial => "common_details", :object => node_details %> + + Coordinates: +
<%= h(node_details.lat) %>, <%= h(node_details.lon) %>
+ + <% unless node_details.ways.empty? and node_details.containing_relation_members.empty? %> - Part of: + <%= t 'browse.node_details.part_of' %> - +
<% node_details.ways.each do |way| %> - + <% end %> <%= render :partial => "containing_relation", :collection => node_details.containing_relation_members %>
<%= link_to "Way " + way.id.to_s, :action => "way", :id => way.id.to_s %>
<%= link_to h(printable_name(way)), :action => "way", :id => way.id.to_s %>