Added Mapbox attribution
This commit is contained in:
parent
031ae2496a
commit
a45660205d
1 changed files with 1 additions and 1 deletions
2
map.html
2
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 <a href="http://zeus.ugent.be">Zeus</a> with ❤ and <a href="http://www.mapbox.com/about/maps/" target="_blank">Terms & Feedback</a>'
|
||||
attribution: 'Made by <a href="http://zeus.ugent.be">Zeus</a> with ❤ and <a href="http://www.mapbox.com/about/maps/" target="_blank">Mapbox</a>'
|
||||
}).addTo(map);
|
||||
|
||||
$.getJSON('data.json')
|
||||
|
|
Loading…
Reference in a new issue