X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/5449cf4adcc1fad4b9f43426e6d3e4a8f65e6fbb..0a682b9da677b8e57f7960741dbff554e1a71cc1:/app/controllers/export_controller.rb diff --git a/app/controllers/export_controller.rb b/app/controllers/export_controller.rb index 754cc4b82..ab25fcbc6 100644 --- a/app/controllers/export_controller.rb +++ b/app/controllers/export_controller.rb @@ -10,14 +10,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]