openstreetmap-website/app/views/api/notes/index.json.jbuilder
2019-11-20 18:54:04 +00:00

5 lines
88 B
Ruby

json.type "FeatureCollection"
json.features(@notes) do |note|
json.partial! note
end