diff options
-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' }); |