From: Tom Hughes Date: Fri, 9 Nov 2007 15:29:30 +0000 (+0000) Subject: Spread T@H over three host names. X-Git-Tag: live~8080 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/bcf2fe5129592172e1b3789a973619f1076640ab?ds=inline Spread T@H over three host names. --- 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);