From: Tom Hughes Date: Wed, 7 Nov 2007 08:25:11 +0000 (+0000) Subject: Use the tah.opstreetmap.org domain name for the T@H layer. X-Git-Tag: live~8079 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/5ac70d894634f35ad26ac7be12e115ed57ad7a83 Use the tah.opstreetmap.org domain name for the T@H layer. --- diff --git a/public/javascripts/map.js b/public/javascripts/map.js index 3f1b83af4..63c4e4915 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://dev.openstreetmap.org/~ojw/Tiles/tile.php/", + "http://tah.openstreetmap.org/Tiles/tile.php/", { type: 'png', getURL: getTileURL, displayOutsideMaxExtent: true }); map.addLayer(osmarender);