From 9793e4fb7f6503beab0efe1576f3e13dbf350f30 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Thu, 8 Sep 2011 11:47:00 +0100 Subject: [PATCH] Use parent.tile.openstreetmap.org for the export URL --- app/controllers/export_controller.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/controllers/export_controller.rb b/app/controllers/export_controller.rb index b75fb1bca..225ddf86b 100644 --- a/app/controllers/export_controller.rb +++ b/app/controllers/export_controller.rb @@ -20,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 -- 2.43.2