From 6c0f66bfebe7eb93cec34f91acf867faa530f244 Mon Sep 17 00:00:00 2001 From: Harry Cutts Date: Sun, 3 Feb 2013 10:33:00 +0000 Subject: Switch to standard OSM tiles --- resources/map.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/map.js b/resources/map.js index 02a45d3..87a6df9 100644 --- a/resources/map.js +++ b/resources/map.js @@ -264,7 +264,7 @@ $(document).ready(function() { Average distance of all villages from health structure\ '); - self.tileLayer = L.tileLayer('http://{s}.www.toolserver.org/tiles/osm-no-labels/{z}/{x}/{y}.png', { + self.tileLayer = L.tileLayer('http://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png', { maxZoom: 18, attribution: 'Map data © OpenStreetMap contributors' }); -- cgit v1.2.3