diff --git a/map.html b/map.html index 3e1b244..c3a34f6 100644 --- a/map.html +++ b/map.html @@ -70,7 +70,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: 'Made with ❤ by Zeus WPI and Mapbox' + attribution: 'Mapbox | Made with ❤ by Zeus WPI' }).addTo(map); $.getJSON('data.json')