From 856bdb5466050a810214296775070b6466404431 Mon Sep 17 00:00:00 2001 From: Katie Filbert Date: Sat, 1 Dec 2012 16:59:40 +0100 Subject: use toolserver tiles --- resources/map.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 © OpenStreetMap contributors' }); -- cgit v1.2.3