openstreetmap-website/app/views/api/notes/index.json.jbuilder
2024-08-04 22:37:18 +02:00

5 lines
107 B
Ruby

json.type "FeatureCollection"
json.features do
json.array! @notes, :partial => "note", :as => :note
end