From 655333b9a5ac7697451c2b5fbac56814f8fbbb79 Mon Sep 17 00:00:00 2001 From: Stijn Seghers Date: Sat, 29 Aug 2015 16:24:47 +0200 Subject: [PATCH] Added necessary OSM attribution --- js/map.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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')