diff --git a/js/map.js b/js/map.js index 434362b..e26c5bc 100644 --- a/js/map.js +++ b/js/map.js @@ -29,7 +29,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', { - attribution: 'Mapbox | Made with ❤ by Zeus WPI' + attribution: '© Mapbox © OpenStreetMap contributors | Made with ❤ by Zeus WPI' }).addTo(map); $.getJSON('data.json')