From da2877bf202443016c00187d6813e5c2b1be416f Mon Sep 17 00:00:00 2001 From: Tom Naessens Date: Sat, 29 Aug 2015 16:32:21 +0200 Subject: [PATCH] Add | --- js/map.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/map.js b/js/map.js index 31eb578..ee8395a 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 © OpenStreetMap contributors | Made with ❤ by Zeus WPI' + attribution: '© Mapbox | © OpenStreetMap contributors | Made with ❤ by Zeus WPI' }).addTo(map); $.getJSON('data.json')