aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKatie Filbert <filbertk@gmail.com>2012-12-01 16:59:40 +0100
committerKatie Filbert <filbertk@gmail.com>2012-12-01 16:59:40 +0100
commit856bdb5466050a810214296775070b6466404431 (patch)
tree36852528b7799d138401c77da6670ea257e7f672
parent81a81cf0fb61637997266e700ad0509372e0390a (diff)
downloadhealth-map-856bdb5466050a810214296775070b6466404431.tar
health-map-856bdb5466050a810214296775070b6466404431.tar.gz
use toolserver 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 dbd437b..e5c9b06 100644
--- a/resources/map.js
+++ b/resources/map.js
@@ -29,7 +29,7 @@ $(document).ready(function() {
function fetchLayers() {
self.hospitalLayer = geojsonLayer();
- self.tileLayer = L.tileLayer('http://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png', {
+ self.tileLayer = L.tileLayer('http://{s}.www.toolserver.org/tiles/osm-no-labels/{z}/{x}/{y}.png', {
maxZoom: 18,
attribution: 'Map data &copy; <a href="http://openstreetmap.org">OpenStreetMap</a> contributors'
});