From fcb1e093974a90cf9e3aac96c693cc692a929682 Mon Sep 17 00:00:00 2001 From: Feliciaan De Palmenaer Date: Sat, 14 May 2016 14:37:30 +0200 Subject: [PATCH] Better version --- js/map.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/map.js b/js/map.js index 48cb77d..71ce72f 100644 --- a/js/map.js +++ b/js/map.js @@ -38,7 +38,7 @@ $(document).ready(function() { } var map = L.map('map').setView([51.0475378, 3.7261835], 13); - var osm = L.tileLayer('https://{s}.tiles.mapbox.com/v3/feliciaan.keoaj8d5/{z}/{x}/{y}.png', { + var osm = L.tileLayer('https://{s}.tiles.mapbox.com/v3/feliciaan.keoaj8d5/{z}/{x}/{y}{r}.png', { attribution: '© Mapbox | © OpenStreetMap-contributors | Made with ❤ by Zeus WPI', detectRetina: true }).addTo(map);