From bee393e2fef958fbf43afb20b14a73ef73cbfc41 Mon Sep 17 00:00:00 2001 From: Code WvS Date: Sat, 21 Mar 2015 12:53:02 +0100 Subject: use mapbox --- snap.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snap.html b/snap.html index 58ebd70..4f6a049 100755 --- a/snap.html +++ b/snap.html @@ -92,7 +92,7 @@ }); }); - layer = L.tileLayer('http://{s}.tile.osm.org/{z}/{x}/{y}.png', { + layer = L.tileLayer('http://api.tiles.mapbox.com/v4/mapbox.streets/{z}/{x}/{y}.jpg70?access_token=pk.eyJ1IjoiY29kZS13dnMiLCJhIjoielU1N2dQayJ9.miUjtJaW7Y_Xx46dC6m0LA', { attribution: '© OpenStreetMap contributors' }).addTo(map); L.control.coordinates({ -- cgit v1.3.1