diff --git a/src/js/map.js b/src/js/map.js index be3bfb3..94fc89e 100644 --- a/src/js/map.js +++ b/src/js/map.js @@ -42,8 +42,8 @@ $(document).ready(function() { var map = L.map('map').setView([50.702, 4.335], 9); 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 + attribution: 'Achtergrondkaart © OpenStreetMap-bijdragers (data) en © Mapbox (stijl) | Made with ❤ by Zeus WPI', + detectRetina: true }).addTo(map); $.getJSON('https://blokdata.zeus.gent/data.json')