diff options
author | Harry Cutts <eternal.linux@gmail.com> | 2013-02-03 10:33:00 +0000 |
---|---|---|
committer | Harry Cutts <eternal.linux@gmail.com> | 2013-02-03 10:33:00 +0000 |
commit | 6c0f66bfebe7eb93cec34f91acf867faa530f244 (patch) | |
tree | 90d5536628e46e1d7a9eac88d1e3bf18f3081da9 | |
parent | 96acebb8a39ff685d0c97df4a346071c213e1240 (diff) | |
download | health-map-6c0f66bfebe7eb93cec34f91acf867faa530f244.tar health-map-6c0f66bfebe7eb93cec34f91acf867faa530f244.tar.gz |
Switch to standard OSM tiles
-rw-r--r-- | resources/map.js | 2 |
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 © <a href="http://openstreetmap.org">OpenStreetMap</a> contributors' }); |