]> git.openstreetmap.org Git - rails.git/blobdiff - app/controllers/export_controller.rb
Merging 16820:16891 from trunk.
[rails.git] / app / controllers / export_controller.rb
index 754cc4b8216b15acd900d3646cdb399c31d6faba..b75fb1bca44d45ec9c00bb272f9ebd4590b49a8f 100644 (file)
@@ -1,4 +1,8 @@
 class ExportController < ApplicationController
+
+  before_filter :authorize_web
+  before_filter :set_locale
+
   def start
   end
 
@@ -10,14 +14,14 @@ class ExportController < ApplicationController
     if format == "osm"
       #redirect to API map get
       redirect_to "http://api.openstreetmap.org/api/#{API_VERSION}/map?bbox=#{bbox}"
-      
+
     elsif format == "mapnik"
       #redirect to a special 'export' cgi script
       format = params[:mapnik_format]
       scale = params[:mapnik_scale]
 
       redirect_to "http://tile.openstreetmap.org/cgi-bin/export?bbox=#{bbox}&scale=#{scale}&format=#{format}"
-      
+
     elsif format == "osmarender"
       #redirect to the t@h 'MapOf' service
       format = params[:osmarender_format]