openstreetmap-website/app/views/api/notes/index.json.jsonify

5 lines
126 B
Text

json.type "FeatureCollection"
json.features(@notes) do |note|
json.ingest! render(:partial => "note", :object => note)
end