Use mapbox
This commit is contained in:
parent
00781d1e18
commit
031ae2496a
1 changed files with 2 additions and 2 deletions
4
map.html
4
map.html
|
@ -54,8 +54,8 @@
|
|||
|
||||
$(document).ready(function() {
|
||||
var map = L.map('map').setView([51.0475378, 3.7261835], 13);
|
||||
var osm = L.tileLayer('http://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png', {
|
||||
attribution: 'Made by <a href="http://zeus.ugent.be">Zeus</a> with ❤!'
|
||||
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>'
|
||||
}).addTo(map);
|
||||
|
||||
$.getJSON('data.json')
|
||||
|
|
Loading…
Reference in a new issue