Added zeus logo instead of text
This commit is contained in:
parent
a45660205d
commit
68ca02cf09
2 changed files with 1 additions and 1 deletions
BIN
logo.png
Normal file
BIN
logo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.8 KiB |
2
map.html
2
map.html
|
@ -55,7 +55,7 @@
|
||||||
$(document).ready(function() {
|
$(document).ready(function() {
|
||||||
var map = L.map('map').setView([51.0475378, 3.7261835], 13);
|
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', {
|
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">Mapbox</a>'
|
attribution: 'Made by <a href="http://zeus.ugent.be"><img src="logo.png" alt="Zeus WPI"></a> with ❤ and <a href="http://www.mapbox.com/about/maps/" target="_blank">Mapbox</a>'
|
||||||
}).addTo(map);
|
}).addTo(map);
|
||||||
|
|
||||||
$.getJSON('data.json')
|
$.getJSON('data.json')
|
||||||
|
|
Loading…
Reference in a new issue