]> git.openstreetmap.org Git - rails.git/blobdiff - app/controllers/export_controller.rb
Use parent.tile.openstreetmap.org for the export URL
[rails.git] / app / controllers / export_controller.rb
index ab25fcbc67a2ed407955953287d3550c99c46812..225ddf86b3c587c0cadfa4b79b936ea487e43b53 100644 (file)
@@ -1,4 +1,8 @@
 class ExportController < ApplicationController
+
+  before_filter :authorize_web
+  before_filter :set_locale
+
   def start
   end
 
@@ -16,7 +20,7 @@ class ExportController < ApplicationController
       format = params[:mapnik_format]
       scale = params[:mapnik_scale]
 
-      redirect_to "http://tile.openstreetmap.org/cgi-bin/export?bbox=#{bbox}&scale=#{scale}&format=#{format}"
+      redirect_to "http://parent.tile.openstreetmap.org/cgi-bin/export?bbox=#{bbox}&scale=#{scale}&format=#{format}"
 
     elsif format == "osmarender"
       #redirect to the t@h 'MapOf' service