]> git.openstreetmap.org Git - rails.git/commit
Allow for different formats to the getBugs call
authorKai Krueger <kakrueger@gmail.com>
Thu, 4 Mar 2010 22:30:42 +0000 (22:30 +0000)
committerKai Krueger <kakrueger@gmail.com>
Thu, 4 Mar 2010 22:30:42 +0000 (22:30 +0000)
commitd0e291552e5da004f1582d7ce577b8ccf7f546df
tree44fd7d6b16a051e0cd947230a0f87476dbbf8122
parenteac7348ad2793cb3ad72c68bef84ff863af92d5f
Allow for different formats to the getBugs call

This is a rudimentary initial version of a GPX and a rss
format for looking at bugs in an area.
app/controllers/map_bugs_controller.rb
app/models/map_bug.rb
app/views/map_bugs/get_bugs.js.erb [new file with mode: 0644]
app/views/map_bugs/get_bugs.rss.builder [new file with mode: 0644]
app/views/map_bugs/get_bugs.xml.builder [new file with mode: 0644]