aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHarry Cutts <eternal.linux@gmail.com>2013-02-03 10:33:00 +0000
committerHarry Cutts <eternal.linux@gmail.com>2013-02-03 10:33:00 +0000
commit6c0f66bfebe7eb93cec34f91acf867faa530f244 (patch)
tree90d5536628e46e1d7a9eac88d1e3bf18f3081da9
parent96acebb8a39ff685d0c97df4a346071c213e1240 (diff)
downloadhealth-map-6c0f66bfebe7eb93cec34f91acf867faa530f244.tar
health-map-6c0f66bfebe7eb93cec34f91acf867faa530f244.tar.gz
Switch to standard OSM tiles
-rw-r--r--resources/map.js2
1 files changed, 1 insertions, 1 deletions
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() {
<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'
});