openstreetmap-website/app/views/notes/index.xml.builder
2013-04-24 18:18:20 +01:00

5 lines
153 B
Ruby

xml.instruct!
xml.osm(:version => API_VERSION, :generator => GENERATOR) do |osm|
osm << (render(:partial => "note", :collection => @notes) || "")
end