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);