]> git.openstreetmap.org Git - rails.git/blobdiff - app/controllers/export_controller.rb
Might be useful to set the locale everywhere we need the web, rather than just the...
[rails.git] / app / controllers / export_controller.rb
index 754cc4b8216b15acd900d3646cdb399c31d6faba..c84075d37ed7b822f3d2cdb2dd934f174557d953 100644 (file)
@@ -1,4 +1,7 @@
 class ExportController < ApplicationController
+
+  before_filter :set_locale
+
   def start
   end
 
@@ -10,14 +13,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]