X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/56db9ca2b7e2475cd8025630049fb4a4b824f2d9..80903324cfabf9330973b06e68b423f38fc13522:/app/views/browse/_map.html.erb?ds=inline 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 %>