From bcf2fe5129592172e1b3789a973619f1076640ab Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Fri, 9 Nov 2007 15:29:30 +0000 Subject: [PATCH 1/1] Spread T@H over three host names. --- public/javascripts/map.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/javascripts/map.js b/public/javascripts/map.js index 63c4e4915..7b5c06bd0 100644 --- a/public/javascripts/map.js +++ b/public/javascripts/map.js @@ -20,7 +20,7 @@ function createMap(divName) { map.addLayer(mapnik); var osmarender = new OpenLayers.Layer.TMS("Osmarender", - "http://tah.openstreetmap.org/Tiles/tile.php/", + ["http://a.tah.openstreetmap.org/Tiles/tile.php/","http://b.tah.openstreetmap.org/Tiles/tile.php/","http://c.tah.openstreetmap.org/Tiles/tile.php/"], { type: 'png', getURL: getTileURL, displayOutsideMaxExtent: true }); map.addLayer(osmarender); -- 2.43.2