X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/458402813cfc14d9e1cbca890b238ce78ee72357..3344e6084697337ef789333410bead2589d26241:/app/controllers/map_bugs_controller.rb diff --git a/app/controllers/map_bugs_controller.rb b/app/controllers/map_bugs_controller.rb index c0fc97a5f..41b07eb96 100644 --- a/app/controllers/map_bugs_controller.rb +++ b/app/controllers/map_bugs_controller.rb @@ -52,7 +52,7 @@ class MapBugsController < ApplicationController format.js format.xml {render :template => 'map_bugs/get_bugs.xml'} format.json { render :json => @bugs.to_json(:methods => [:lat, :lon], :only => [:id, :status, :date_created], :include => { :map_bug_comment => { :only => [:commenter_name, :date_created, :comment]}}) } - format.gpx {render :template => 'map_bugs/get_bugs.gpx'} +# format.gpx {render :template => 'map_bugs/get_bugs.gpx'} end end @@ -146,7 +146,7 @@ class MapBugsController < ApplicationController format.js format.xml {render :template => 'map_bugs/get_bugs.xml'} format.json { render :json => @bugs.to_json(:methods => [:lat, :lon], :only => [:id, :status, :date_created], :include => { :map_bug_comment => { :only => [:commenter_name, :date_created, :comment]}}) } - format.gpx {render :template => 'map_bugs/get_bugs.gpx'} +# format.gpx {render :template => 'map_bugs/get_bugs.gpx'} end end