]> git.openstreetmap.org Git - rails.git/blob - app/views/api/notes/index.json.jbuilder
Append '.geojson' to download filename of direction
[rails.git] / app / views / api / notes / index.json.jbuilder
1 # frozen_string_literal: true
2
3 json.type "FeatureCollection"
4
5 json.features do
6   json.array! @notes, :partial => "note", :as => :note
7 end