X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/56db9ca2b7e2475cd8025630049fb4a4b824f2d9..cfbb80d2d491dcb282896c85efd6cce035a0707c:/app/views/browse/_map.html.erb diff --git a/app/views/browse/_map.html.erb b/app/views/browse/_map.html.erb index e0428b4ac..ed3cc0faf 100644 --- a/app/views/browse/_map.html.erb +++ b/app/views/browse/_map.html.erb @@ -22,6 +22,7 @@ elsif map.instance_of? Note data = { :type => "note", + :id => map.id, :lon => map.lon, :lat => map.lat } @@ -60,7 +61,7 @@ - <% unless map.instance_of? Changeset or map.instance_of? Note %> + <% unless map.instance_of? Changeset %>