]> git.openstreetmap.org Git - rails.git/blobdiff - app/controllers/note_controller.rb
Rework notes interface using OpenLayers and rails
[rails.git] / app / controllers / note_controller.rb
index c461450451375d217e8652f0839e9506e119b39f..9c41497d0103a74afa497a1dda2378c7f2685a09 100644 (file)
@@ -48,11 +48,9 @@ class NoteController < ApplicationController
 
     # Render the result
     respond_to do |format|
-      format.html { render :format => :rjs, :content_type => "text/javascript" }
       format.rss
-      format.js
       format.xml
-      format.json { render :json => @notes.to_json }
+      format.json
       format.gpx
     end
   end
@@ -200,7 +198,7 @@ class NoteController < ApplicationController
     respond_to do |format|
       format.xml
       format.rss
-      format.json { render :json => @note.to_json }
+      format.json
       format.gpx
     end
   end
@@ -256,7 +254,7 @@ class NoteController < ApplicationController
       format.rss { render :action => :list }
       format.js
       format.xml { render :action => :list }
-      format.json { render :json => @notes.to_json }
+      format.json { render :action => :list }
       format.gpx { render :action => :list }
     end
   end