]> git.openstreetmap.org Git - rails.git/blob - app/views/api/map/index.json.jbuilder
Only the sender of a message should be able to mark it as read/unread
[rails.git] / app / views / api / map / index.json.jbuilder
1 json.partial! "root_attributes"
2
3 json.partial! "bounds"
4
5 all = @nodes + @ways + @relations
6
7 json.elements(all) do |obj|
8   json.partial! obj
9 end