diff --git a/map.html b/map.html index 421ea00..5a287d6 100644 --- a/map.html +++ b/map.html @@ -55,7 +55,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 by Zeus with ❤ and Terms & Feedback' + attribution: 'Made by Zeus with ❤ and Mapbox' }).addTo(map); $.getJSON('data.json')