]> git.openstreetmap.org Git - rails.git/blob - app/views/api/notes/index.json.jsonify
bfc8ffcf854f3ed87c9569d05168462c8d52a725
[rails.git] / app / views / api / notes / index.json.jsonify
1 json.type "FeatureCollection"
2
3 json.features(@notes) do |note|
4   json.ingest! render(note)
5 end