From dae2c209d9e7eba8f3d1fda6d3d6a09a2c12ec00 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Mon, 12 Aug 2013 17:50:06 +0100 Subject: [PATCH 1/1] Use render.openstreetmap.org for mapnik exports --- 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 074a92ce8..b37810ca9 100644 --- a/app/controllers/export_controller.rb +++ b/app/controllers/export_controller.rb @@ -22,7 +22,7 @@ class ExportController < ApplicationController format = params[:mapnik_format] scale = params[:mapnik_scale] - redirect_to "http://parent.tile.openstreetmap.org/cgi-bin/export?bbox=#{bbox}&scale=#{scale}&format=#{format}" + redirect_to "http://render.openstreetmap.org/cgi-bin/export?bbox=#{bbox}&scale=#{scale}&format=#{format}" end end -- 2.43.2