aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Baines <cbaines8@gmail.com>2013-02-03 11:26:47 +0000
committerChristopher Baines <cbaines8@gmail.com>2013-02-03 11:26:47 +0000
commit2f0120d81249831e5819480f9ff56b9b37ffa102 (patch)
treeee7e68a4b541f5518b3322372d3b98612e102ad1
parent985041872f1433031047d9a02baed066eaec675f (diff)
parent6c0f66bfebe7eb93cec34f91acf867faa530f244 (diff)
downloadhealth-map-2f0120d81249831e5819480f9ff56b9b37ffa102.tar
health-map-2f0120d81249831e5819480f9ff56b9b37ffa102.tar.gz
Merge remote-tracking branch 'fodaro/master'
-rw-r--r--resources/map.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/map.js b/resources/map.js
index a822085..0ab21fd 100644
--- a/resources/map.js
+++ b/resources/map.js
@@ -226,7 +226,7 @@ $(document).ready(function() {
<tr><td>Average distance of all villages from health structure</td><td></td></tr>\
</table>');
- 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 &copy; <a href="http://openstreetmap.org">OpenStreetMap</a> contributors'
});