X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/49a7921ec88548a0b68697d03869365eacaa8cb8..873ac155cabfb1aab8d887d07bc8389617d3f843:/app/controllers/export_controller.rb diff --git a/app/controllers/export_controller.rb b/app/controllers/export_controller.rb index 1b7beaad6..afdf4d8d7 100644 --- a/app/controllers/export_controller.rb +++ b/app/controllers/export_controller.rb @@ -19,7 +19,7 @@ class ExportController < ApplicationController format = params[:mapnik_format] scale = params[:mapnik_scale] - redirect_to "http://render.openstreetmap.org/cgi-bin/export?bbox=#{bbox}&scale=#{scale}&format=#{format}" + redirect_to "https://render.openstreetmap.org/cgi-bin/export?bbox=#{bbox}&scale=#{scale}&format=#{format}" end end